Skip to content

Commit

Permalink
Changed name of non-CUDA exe
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoo committed Jun 3, 2024
1 parent af41845 commit d683e81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions benchmarks/async_alloc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#KOKKOS_DEVICES=OpenMP
#KOKKOS_ARCH="ZEN2"
KOKKOS_DEVICES=Cuda
KOKKOS_CUDA_OPTIONS=enable_lambda
KOKKOS_ARCH = "ZEN2,Ada89"
Expand All @@ -24,7 +22,7 @@ CXX = ${KOKKOS_PATH}/bin/nvcc_wrapper
EXE = async_alloc.cuda
else
CXX = g++
EXE = bytes_and_flops.exe
EXE = async_alloc.exe
endif

CXXFLAGS ?= -O3 -g
Expand Down

0 comments on commit d683e81

Please sign in to comment.