Skip to content

Commit

Permalink
SYCL: Drop unnecessary optimisation flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Jan 24, 2024
1 parent 0196a0a commit ac90e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/toolchains/ecmwf-hpc2020-intel-sycl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ set(CMAKE_CXX_COMPILER "/home/nams/opt/dpcpp/bin/clang++")
set(CMAKE_CXX_FLAGS "-O3 -L/home/nams/opt/dpcpp/lib -fopenmp -lstdc++")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsycl-early-optimizations -fsycl")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsycl-targets=nvptx64-nvidia-cuda")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Xcuda-ptxas --maxrregcount=128")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Xsycl-target-backend --cuda-gpu-arch=sm_80")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/usr/local/apps/intel/2021.4.0/compiler/2021.4.0/linux/compiler/include")

Expand Down

0 comments on commit ac90e14

Please sign in to comment.