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
tianlh
LightGBM-DCU
Commits
9655896f
Commit
9655896f
authored
Sep 23, 2025
by
Jeff Daily
Browse files
fix cuda build missing CUDASUCCESS_OR_FATAL in vector_cudahost.h
parent
3eafff74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
include/LightGBM/cuda/vector_cudahost.h
include/LightGBM/cuda/vector_cudahost.h
+2
-3
No files found.
include/LightGBM/cuda/vector_cudahost.h
View file @
9655896f
...
...
@@ -9,12 +9,11 @@
#include <LightGBM/utils/common.h>
#ifdef USE_CUDA
#if defined(USE_ROCM)
#include <LightGBM/cuda/cuda_utils.hu>
#else // USE_ROCM
#ifndef USE_ROCM
#include <cuda.h>
#include <cuda_runtime.h>
#endif // USE_ROCM
#include <LightGBM/cuda/cuda_utils.hu>
#endif // USE_CUDA
#include <stdio.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment