Skip to content

Commit

Permalink
Update programming_interface.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Kinsner authored Dec 22, 2023
1 parent 23e6717 commit 487aa57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16936,9 +16936,6 @@ This type allows sharing of vectors between the host and its SYCL devices.
The vector supports member functions that allow construction of a new vector
from a swizzled set of component elements.

[code]#vec<typename _DataT_, int _NumElements_># is a vector type that compiles
down to a <<backend>> built-in vector type on SYCL devices, where possible, and
provides compatible support on the host when not possible.
The [code]#vec# class is templated on its number of elements and its element
type.
The number of elements parameter, _NumElements_, can be one of: 1, 2, 3, 4, 8 or 16.
Expand Down

0 comments on commit 487aa57

Please sign in to comment.