diff --git a/mkn.yaml b/mkn.yaml index b6057b4..78253cc 100644 --- a/mkn.yaml +++ b/mkn.yaml @@ -23,7 +23,7 @@ profile: # if you have no GPU but want to test your code - name: cpu parent: headers - arg: -DMKN_GPU_CPU=1 + # arg: -DMKN_GPU_CPU=1 test: test/any/(\w).cpp test/cpu/(\w).cpp diff --git a/res/mkn/clang_cuda.yaml b/res/mkn/clang_cuda.yaml index 5654326..9b9bd90 100644 --- a/res/mkn/clang_cuda.yaml +++ b/res/mkn/clang_cuda.yaml @@ -11,23 +11,16 @@ # reboot or try `sudo modprobe nvidia_uvm` # +super: settings + property: cxx_flags: --std=c++20 -fPIC -fsized-deallocation -Wno-unknown-cuda-version cxx_cuda: -x cuda --cuda-gpu-arch="sm_61" -Xclang -fcuda-allow-variadic-functions -# local: -# repo: /mkn/r -# mod-repo: /mkn/m - -# remote: -# repo: git@github.com:mkn/ -# mod-repo: git@github.com:mkn-mod/ - env: | PATH=/usr/local/cuda/bin:${PATH} -##example include path for system -#inc: /usr/local/cuda/targets/x86_64-linux/include +inc: /usr/local/cuda/targets/x86_64-linux/include path: /usr/local/cuda/targets/x86_64-linux/lib compiler: diff --git a/res/mkn/hipcc.yaml b/res/mkn/hipcc.yaml index e123216..ccb7686 100644 --- a/res/mkn/hipcc.yaml +++ b/res/mkn/hipcc.yaml @@ -1,12 +1,6 @@ ## Recommended settings commented out. -local: - repo: /mkn/r - mod-repo: /mkn/m - -# remote: -# repo: git@github.com:mkn/ -# mod-repo: git@github.com:mkn-mod/ +super: settings compiler: mask: