Commit 3161e37
committed
Fix missing imports in CUDA extension
Add missing imports for LU, CuVector, CuMatrix, and LinearVerbosity
to fix compilation errors in LinearSolveCUDAExt.
Fixes the issue reported at:
https://discourse.julialang.org/t/linearsolvecudaext-fails-to-compile/131693/2
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 0ca5459 commit 3161e37
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments