Skip to content

Commit d2df703

Browse files
committed
Merge branch 'add-h100-benchmarks' of github.com:purdue-aalp/gpu-app-collection-public into add-h100-benchmarks add copilot suggestions
2 parents 3281c8b + fb56a32 commit d2df703

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/cuda/H100/cufft/cufft_lto_r2c_c2r

src/cuda/H100/cufft/cufft_lto_r2c_c2r/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
EXECUTABLE := cufft_lto_r2c_c2r_scalable
2-
CUFILES := cufft_lto_r2c_c2r_scalable.cu
3-
CCFILES :=
2+
CUFILES :=
3+
CCFILES := cufft_lto_r2c_c2r_scalable.cpp
44
ADDITIONAL_LIBS := -lcufft
55
OMIT_CUTIL_LIB := 1
66
OMIT_SHRUTIL_LIB := 1

0 commit comments

Comments
 (0)