Skip to content

Commit 2713310

Browse files
authored
Remove unused and obsolete build flag (#2179)
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #2179
1 parent 779f899 commit 2713310

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/BuildFlags.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "MSVC"
100100
set(SYCL_KERNEL_OPTIONS ${SYCL_KERNEL_OPTIONS} -gline-tables-only -O2)
101101
endif()
102102

103-
set(SYCL_KERNEL_OPTIONS ${SYCL_KERNEL_OPTIONS} -D__INTEL_LLVM_COMPILER_VERSION=${__INTEL_LLVM_COMPILER})
104-
105103
CHECK_SYCL_FLAG("-fsycl-fp64-conv-emu" SUPPORTS_FP64_CONV_EMU)
106104
if(SUPPORTS_FP64_CONV_EMU)
107105
set(SYCL_KERNEL_OPTIONS ${SYCL_KERNEL_OPTIONS} -fsycl-fp64-conv-emu)

0 commit comments

Comments
 (0)