Commit 9655896f authored by Jeff Daily's avatar Jeff Daily
Browse files

fix cuda build missing CUDASUCCESS_OR_FATAL in vector_cudahost.h

parent 3eafff74
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment