Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastMoE
3e8c263c818b33afbc1fb9240f67d78361c7355f
3e8c263c818b33afbc1fb9240f67d78361c7355f
Switch branch/tag
fastmoe
cuda
tests
Makefile
Find file
Normal view
History
Permalink
Makefile
86 Bytes
Edit
Web IDE
Newer
Older
limit by threshold cuda code
Rick Ho
committed
Apr 27, 2021
1
2
3
4
default
:
test_balancing
test_%
:
%.cu
nvcc
$<
../stream_manager.cpp
-lcublas
-o
$@