4 lines
147 B
Bash
4 lines
147 B
Bash
#!/bin/bash
|
|
|
|
nvcc isgood.cu tensor.cu cudatensor.cu ../permutation/permutation.cpp -o isgood -lgtest -lpthread -g --relocatable-device-code=true
|