Skip to content

Commit

Permalink
Replace hardcoded CUDA path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jan 6, 2025
1 parent 370eee9 commit a47f8ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 62 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/cuda_ci.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CUDAFLAGS +=-std=c++17 -Xcompiler -fPIC --cudart static --relocatable-device-cod
ifdef GPU
CXXFLAGS += -DGPU_AVAILABLE
CUDAFLAGS += -gencode arch=compute_86,code=sm_86
CUDA_LDFLAGS += -L/usr/local/cuda-11.2/lib64
CUDA_LDFLAGS += -L${CUDA_HOME}/lib64
endif

PYTHON_LIB = pp_sketchlib$(shell python3-config --extension-suffix)
Expand Down

0 comments on commit a47f8ce

Please sign in to comment.