deephealthproject / eddl

European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
https://deephealthproject.github.io/eddl/
MIT License
34 stars 10 forks source link

Replace host_defines.h with cuda_runtime.h #249

Closed salvacarrion closed 3 years ago

salvacarrion commented 3 years ago

Describe the bug: "host_defines.h is an internal header file and must not be used directly. This file will be removed in a future CUDA release.

Warning:

/usr/local/cuda/targets/x86_64-linux/include/host_defines.h:54:2: warning: #warning "host_defines.h is an internal header file and must not be used directly.  This file will be removed in a future CUDA release.  Please use cuda_runtime_api.h or cuda_runtime.h instead." [-Wcpp]
   54 | #warning "host_defines.h is an internal header file and must not be used directly.  This file will be removed in a future CUDA release.  Please use cuda_runtime_api.h or cuda_runtime.h instead."
salvacarrion commented 3 years ago

Related to Eigen