We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a3ec54 commit e0d167cCopy full SHA for e0d167c
sycl/include/sycl/types.hpp
@@ -681,7 +681,7 @@ template <typename Type, int NumElements> class vec {
681
#ifdef __NVPTX__
682
// - we are on CUDA, see intel/llvm#11840
683
false &&
684
-#endif // __NVPTX__
+#endif
685
// - both vectors are represented using native vector types;
686
NativeVec && vec<convertT, NumElements>::NativeVec &&
687
// - it is not a signed to unsigned (or vice versa) conversion
0 commit comments