Skip to content

Commit

Permalink
Revert "[NFC][ESIMD] Remove one of the uses on __SYCL_EXPLICIT_SIMD__ (
Browse files Browse the repository at this point in the history
…#3242)" (#3268)

This reverts commit 6b9b16c.
  • Loading branch information
vladimirlaz authored Feb 26, 2021
1 parent cd6529f commit e8965db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/include/CL/__spirv/spirv_vars.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

#define __SPIRV_VAR_QUALIFIERS extern "C" const

#if defined(__SYCL_NVPTX__)
#if defined(__SYCL_NVPTX__) || defined(__SYCL_EXPLICIT_SIMD__)

SYCL_EXTERNAL size_t __spirv_GlobalInvocationId_x();
SYCL_EXTERNAL size_t __spirv_GlobalInvocationId_y();
Expand Down

0 comments on commit e8965db

Please sign in to comment.