matteosal opened a new issue #20467:
URL: https://github.com/apache/incubator-mxnet/issues/20467
Building with CUDA 11.4 on Linux produces these errors:
```
/home/matteo/Git/mxnet-build/Build/Linux-x86-64/CUDA/mxnet/src/profiler/storage_profiler.cc:
In member function ‘void
mxnet::profiler::GpuDeviceStorageProfiler::DumpProfile() const’:
/home/matteo/Git/mxnet-build/Build/Linux-x86-64/CUDA/mxnet/src/profiler/storage_profiler.cc:113:78:
error: cannot convert ‘nvmlProcessInfo_st*’ to ‘nvmlProcessInfo_v1_t*’ {aka
‘nvmlProcessInfo_v1_st*’}
113 | nvmlDeviceGetComputeRunningProcesses(nvml_device, &info_count,
infos.data());
|
~~~~~~~~~~^~
|
|
|
nvmlProcessInfo_st*
In file included from
/home/matteo/Git/mxnet-build/Build/Linux-x86-64/CUDA/mxnet/src/profiler/storage_profiler.cc:22:
/usr/local/cuda/include/nvml.h:7973:127: note: initializing argument 3 of
‘nvmlReturn_t nvmlDeviceGetComputeRunningProcesses(nvmlDevice_t, unsigned int*,
nvmlProcessInfo_v1_t*)’
7973 | nvmlReturn_t DECLDIR
nvmlDeviceGetComputeRunningProcesses(nvmlDevice_t device, unsigned int
*infoCount, nvmlProcessInfo_v1_t *infos);
|
~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from
/home/matteo/Git/mxnet-build/Build/Linux-x86-64/CUDA/mxnet/src/profiler/storage_profiler.cc:31:
/home/matteo/Git/mxnet-build/Build/Linux-x86-64/CUDA/mxnet/src/profiler/storage_profiler.cc:115:88:
error: cannot convert ‘nvmlProcessInfo_st*’ to ‘nvmlProcessInfo_v1_t*’ {aka
‘nvmlProcessInfo_v1_st*’}
115 | NVML_CALL(nvmlDeviceGetComputeRunningProcesses(nvml_device,
&info_count, infos.data()));
|
~~~~~~~~~~^~
|
|
|
nvmlProcessInfo_st*
/home/matteo/Git/mxnet-build/Build/Linux-x86-64/CUDA/mxnet/src/profiler/../common/cuda/utils.h:190:28:
note: in definition of macro ‘NVML_CALL’
190 | nvmlReturn_t result = (func); \
| ^~~~
In file included from
/home/matteo/Git/mxnet-build/Build/Linux-x86-64/CUDA/mxnet/src/profiler/storage_profiler.cc:22:
/usr/local/cuda/include/nvml.h:7973:127: note: initializing argument 3 of
‘nvmlReturn_t nvmlDeviceGetComputeRunningProcesses(nvmlDevice_t, unsigned int*,
nvmlProcessInfo_v1_t*)’
7973 | nvmlReturn_t DECLDIR
nvmlDeviceGetComputeRunningProcesses(nvmlDevice_t device, unsigned int
*infoCount, nvmlProcessInfo_v1_t *infos);
```
Is there place one can go check for a list of supported/recommended CUDA
versions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]