compile.sh 150 Bytes
Newer Older
1
2
3
4
5
6

hipcc main.cpp task_queue.cpp thread_pool.cpp \
-o main \
-std=c++17 -g -O3 -Wno-return-type \
-fopenmp -DROC_SHMEM -D__HIP_PLATFORM_HCC__ -pthread