Skip to content

Commit

Permalink
Merge pull request #243 from KhronosGroup/improve-dpcpp-compilation-t…
Browse files Browse the repository at this point in the history
…imes
  • Loading branch information
psalz authored Jan 24, 2022
2 parents 7fd8577 + d638e47 commit 9c4c2a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cts_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# - sycl-impl: computecpp
# version: 2.8.0
- sycl-impl: dpcpp
version: 1f3f9b9
version: ec97c57
- sycl-impl: hipsycl
version: b836149
steps:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- sycl-impl: computecpp
version: 2.8.0
- sycl-impl: dpcpp
version: 1f3f9b9
version: ec97c57
- sycl-impl: hipsycl
version: b836149
env:
Expand Down
11 changes: 0 additions & 11 deletions ci/dpcpp.filter
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
accessor
atomic
buffer
exceptions
handler
hierarchical
id
invoke
item
math_builtin_api
multi_ptr
nd_item
opencl_interop
range
reduction
specialization_constants
usm
3 changes: 3 additions & 0 deletions cmake/FindDPCPP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ else()
endif()
set(CMAKE_CXX_FLAGS "${DPCPP_FP_FLAG} ${CMAKE_CXX_FLAGS}")

# Disable range rounding feature to reduce # of SYCL kernels.
set(CMAKE_CXX_FLAGS "-D__SYCL_DISABLE_PARALLEL_FOR_RANGE_ROUNDING__ ${CMAKE_CXX_FLAGS}")

option(DPCPP_DISABLE_SYCL2020_DEPRECATION_WARNINGS
"Disable SYCL 2020 deprecation warnings" ON)
if(DPCPP_DISABLE_SYCL2020_DEPRECATION_WARNINGS)
Expand Down

0 comments on commit 9c4c2a6

Please sign in to comment.