Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 3 additions & 10 deletions res/mkn/clang_cuda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 1 addition & 7 deletions res/mkn/hipcc.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down