Skip to content

Commit

Permalink
More config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Aug 25, 2023
1 parent 48d04b9 commit 86d4cbc
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common/beast.nvcc.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ CXX_FLAGS = -O3 -lgomp
NVCC_FLAGS = -O3 -lgomp


CUDA_SAMPLES_PATH = /usr/local/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /usr/local/cuda-10.2/samples/

COMPILER_NAME = nvcc
2 changes: 1 addition & 1 deletion common/beast.polygeist.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ POLYGEIST_LLVM_DIR=/home/wmoses/git/Polygeist/mlir-build
#POLYGEIST_DIR=/scr/ivan/src/Polygeist/build.debug/
#POLYGEIST_LLVM_DIR=/scr/ivan/src/Polygeist/mlir-build.debug/
CUDA_PATH = /usr/local/cuda-11.2/
CUDA_SAMPLES_PATH = /usr/local/cuda-11.2/samples/
CUDA_SAMPLES_PATH_ = /usr/local/cuda-11.2/samples/
CPUCUDA_BUILD_DIR = /home/wmoses/git/Polygeist/proj/rodinia/cpucuda_runtime/build/
include $(current_dir)/common.polygeist.host.make.config

2 changes: 1 addition & 1 deletion common/docker.polygeist.host.make.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POLYGEIST_DIR=/root/Polygeist/build/
POLYGEIST_LLVM_DIR=/root/Polygeist/mlir-build/
CUDA_PATH = /usr/local/cuda/
CUDA_SAMPLES_PATH = /root/cuda-samples
CUDA_SAMPLES_PATH_ = /root/cuda-samples

ifeq ($(CONFIG),1)
CC = $(POLYGEIST_DIR)/bin/mlir-clang --function=* --cuda-lower --cpuify="distribute"
Expand Down
2 changes: 1 addition & 1 deletion common/epyc02.cpucuda.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ CXX_FLAGS := $(CC_FLAGS)
NVCC_FLAGS := $(CC_FLAGS)
LINKER_FLAGS = -lcpucudart -L/scr0/ivan/src/cpucuda_runtime/build/src -lm -fopenmp=libomp

CUDA_SAMPLES_PATH = /opt/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /opt/cuda-10.2/samples/

COMPILER_NAME = cpucuda
2 changes: 1 addition & 1 deletion common/epyc02.polygeist.fugaku.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ CC_FLAGS = -I$(POLYGEIST_LLVM_DIR)/projects/openmp/runtime/src/ -resource-dir=$(
CXX_FLAGS := $(CC_FLAGS)
NVCC_FLAGS := $(CC_FLAGS) --cuda-gpu-arch=sm_60 --cuda-path=/opt/cuda-10.2/

CUDA_SAMPLES_PATH = /opt/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /opt/cuda-10.2/samples/

COMPILER_NAME=polygeist
2 changes: 1 addition & 1 deletion common/epyc02.polygeist.host.make.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POLYGEIST_DIR=/scr0/ivan/src/Polygeist/build.release/
POLYGEIST_LLVM_DIR=/scr0/ivan/src/Polygeist/mlir-build.release/
CUDA_PATH = /opt/cuda-10.2/
CUDA_SAMPLES_PATH = /opt/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /opt/cuda-10.2/samples/
CPUCUDA_BUILD_DIR = /scr0/ivan/src/cpucuda_runtime/build/

include $(current_dir)/common.polygeist.host.make.config
Expand Down
2 changes: 1 addition & 1 deletion common/kiev0.nvcc.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ CXX_FLAGS = -O3 -lgomp
NVCC_FLAGS = -O3 -lgomp


CUDA_SAMPLES_PATH = /usr/local/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /usr/local/cuda-10.2/samples/

COMPILER_NAME = nvcc
2 changes: 1 addition & 1 deletion common/memkf01.polygeist.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ POLYGEIST_DIR_DEBUG=/scr/ivan/src/Polygeist/build.debug/
POLYGEIST_LLVM_DIR_DEBUG=/scr/ivan/src/Polygeist/mlir-build.debug/

CUDA_PATH = /home/ivan/opt/memkf02/cuda-11.4/
CUDA_SAMPLES_PATH = /scr/ivan/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /scr/ivan/cuda-10.2/samples/
CPUCUDA_BUILD_DIR = /scr/ivan/src/cpucuda_runtime/build/
# CUDA_GPU_ARCH = sm_86 # no cuda gpu on this system

Expand Down
2 changes: 1 addition & 1 deletion common/memkf02.nvcc.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ CXX_FLAGS = -O3 -lgomp
NVCC_FLAGS = -O3 -lgomp


CUDA_SAMPLES_PATH = /usr/local/cuda/samples/
CUDA_SAMPLES_PATH_ = /usr/local/cuda/samples/

COMPILER_NAME = nvcc
2 changes: 1 addition & 1 deletion common/memkf02.polygeist.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ POLYGEIST_LLVM_DIR_RELEASE=/scr/ivan/src/Polygeist/mlir-build.release/
POLYGEIST_DIR_DEBUG=/scr/ivan/src/Polygeist/build.debug/
POLYGEIST_LLVM_DIR_DEBUG=/scr/ivan/src/Polygeist/mlir-build.debug/
CUDA_PATH = /usr/local/cuda-11.4/
CUDA_SAMPLES_PATH = /scr/ivan/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /scr/ivan/cuda-10.2/samples/
CPUCUDA_BUILD_DIR = /scr/ivan/src/cpucuda_runtime/build/
CUDA_GPU_ARCH = sm_80

Expand Down
4 changes: 2 additions & 2 deletions common/supercomp01a.nvcc.host.make.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CXX_FLAGS = -O3 -lgomp
NVCC_FLAGS = -O3 -lgomp


CUDA_SAMPLES_PATH = /usr/local/cuda/samples/
CUDA_SAMPLES_PATH = /scr/ivan/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /usr/local/cuda/samples/
CUDA_SAMPLES_PATH_ = /scr/ivan/cuda-10.2/samples/

COMPILER_NAME = nvcc
2 changes: 1 addition & 1 deletion common/ubuntu.polygeist.host.make.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
POLYGEIST_DIR=/home/ubuntu/Polygeist/build.release/
POLYGEIST_LLVM_DIR=/home/ubuntu/Polygeist/mlir-build.release/
CUDA_SAMPLES_PATH = /home/ubuntu/cuda-10.2/samples/
CUDA_SAMPLES_PATH_ = /home/ubuntu/cuda-10.2/samples/
CUDA_PATH = /home/ubuntu/cuda-10.2/
CPUCUDA_BUILD_DIR = /home/ubuntu/cpucuda_runtime/build/

Expand Down

0 comments on commit 86d4cbc

Please sign in to comment.