Skip to content

Conversation

@24spoorthi
Copy link

Modified include/opencl_type_traits file:

Added _t alias for the following:

  • vector_n
  • scalar_type

Added _v alias for the following:

  • vector_size
  • is_vector_type

Added new files in the test/ directory with the unit tests for each of the aforementioned modifications:

  • is_vector_type.clcpp for is_vector_type
  • vector_size.clcpp for vector_size
  • scalar_type.clcpp for scalar_type
  • vector_n.clcpp for vector_n

Modified include/opencl_type_traits file:

	Added _t alias for the following:

		-vector_n
		-scalar_type

	Added _v alias for the following:

		-vector_size
		-is_vector_type

Added new files in the test/ directory with the unit tests for each of the aforementioned modifications:

	-is_vector_type.clcpp for is_vector_type
	-vector_size.clcpp for vector_size
	-scalar_type.clcpp for scalar_type
	-vector_n.clcpp for vector_n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant