Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,8 @@ ENVIRONMENT SETUP $ export OPENARC_ARCH=0 //Optional setting to use CUDA Unified Memory $ export OPENARCRT_UNIFIEDMEM=1 //To use OpenMP with OpenACC, set OMP_NUM_THREADS to the number of OpenMP threads that the program to use. $ export OMP_NUM_THREADS=10 * Install OpenARC - Run the following command: Loading matmul_openacc_cuda/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ include $(openarc)/make.header ######################## BENCHMARK = matmul OMP ?= 1 OMP ?= 0 OBJS_CU = matmul.o kernel.o OBJS_ACC = acc_helper.o Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,8 @@ ENVIRONMENT SETUP $ export OPENARC_ARCH=0 //Optional setting to use CUDA Unified Memory $ export OPENARCRT_UNIFIEDMEM=1 //To use OpenMP with OpenACC, set OMP_NUM_THREADS to the number of OpenMP threads that the program to use. $ export OMP_NUM_THREADS=10 * Install OpenARC - Run the following command: Loading
matmul_openacc_cuda/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ include $(openarc)/make.header ######################## BENCHMARK = matmul OMP ?= 1 OMP ?= 0 OBJS_CU = matmul.o kernel.o OBJS_ACC = acc_helper.o Loading