forked from rarias/jungle
14 lines
312 B
Diff
14 lines
312 B
Diff
diff --git a/m4/cuda.m4 b/m4/cuda.m4
|
|
index 23f5c94..8f9b534 100644
|
|
--- a/m4/cuda.m4
|
|
+++ b/m4/cuda.m4
|
|
@@ -40,7 +40,7 @@ search_libs="cuda cublas cudart"
|
|
required_libs=""
|
|
|
|
m4_foreach([function],
|
|
- [cuInit,
|
|
+ [
|
|
cublasSgemm,
|
|
cudaStreamCreate,
|
|
cudaLaunchKernel,
|