You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
...
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 24 registers, 384 bytes cmem[0]
ptxas info : Compiling entry function '_Z21nv_wavenet_persistentILb1EffLi32ELi128ELi256ELi4EEv17nv_wavenet_paramsIT0_T1_E' for 'sm_70'
ptxas info : Function properties for _Z21nv_wavenet_persistentILb1EffLi32ELi128ELi256ELi4EEv17nv_wavenet_paramsIT0_T1_E
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 104 registers, 6164 bytes smem, 648 bytes cmem[0]
ptxas info : Compiling entry function '_Z13silenceInputsPiS_i' for 'sm_70'
ptxas info : Function properties for _Z13silenceInputsPiS_i
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 12 registers, 372 bytes cmem[0]
ptxas info : Compiling entry function '_Z25convert_half2float_kernelPfP6__halfm' for 'sm_70'
ptxas info : Function properties for _Z25convert_half2float_kernelPfP6__halfm
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 10 registers, 376 bytes cmem[0]
ptxas info : Compiling entry function '_Z16vectorizeWeightsIfEviiP7__half2PT_' for 'sm_70'
ptxas info : Function properties for _Z16vectorizeWeightsIfEviiP7__half2PT_
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 26 registers, 376 bytes cmem[0]
ptxas info : Compiling entry function '_Z25convert_float2half_kernelP6__halfPfm' for 'sm_70'
ptxas info : Function properties for _Z25convert_float2half_kernelP6__halfPfm
0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info : Used 12 registers, 376 bytes cmem[0]
nv_wavenet_conversions.cuh: In function ‘bool isDevicePtr(const void*)’:
nv_wavenet_conversions.cuh:41:50: warning: ‘cudaPointerAttributes::memoryType’ is deprecated [-Wdeprecated-declarations]
return (result == cudaSuccess) && (attributes.memoryType == cudaMemoryTypeDevice);
^~~~~~~~~~
In file included from /usr/include/builtin_types.h:59,
from /usr/include/crt/host_runtime.h:58,
from /usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h:220:
/usr/include/driver_types.h:1302:43: note: declared here
__CUDA_DEPRECATED enum cudaMemoryType memoryType;
^~~~~~~~~~
nv_wavenet_conversions.cuh:41:50: warning: ‘cudaPointerAttributes::memoryType’ is deprecated [-Wdeprecated-declarations]
return (result == cudaSuccess) && (attributes.memoryType == cudaMemoryTypeDevice);
^~~~~~~~~~
In file included from /usr/include/builtin_types.h:59,
from /usr/include/crt/host_runtime.h:58,
from /usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h:220:
/usr/include/driver_types.h:1302:43: note: declared here
__CUDA_DEPRECATED enum cudaMemoryType memoryType;
^~~~~~~~~~
nv_wavenet_conversions.cuh:41:50: warning: ‘cudaPointerAttributes::memoryType’ is deprecated [-Wdeprecated-declarations]
return (result == cudaSuccess) && (attributes.memoryType == cudaMemoryTypeDevice);
^~~~~~~~~~
In file included from /usr/include/builtin_types.h:59,
from /usr/include/crt/host_runtime.h:58,
from /usr/lib/gcc/x86_64-linux-gnu/8/include/stddef.h:220:
/usr/include/driver_types.h:1302:43: note: declared here
__CUDA_DEPRECATED enum cudaMemoryType memoryType;
^~~~~~~~~~
math_test
make: math_test: Command not found
make: *** [Makefile:49: test] Error 127
The text was updated successfully, but these errors were encountered:
Ending of the console output:
The text was updated successfully, but these errors were encountered: