Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Cannot make pytorch: math_test: Command not found #89

Open
vitaly-zdanevich opened this issue May 16, 2019 · 2 comments
Open

Cannot make pytorch: math_test: Command not found #89

vitaly-zdanevich opened this issue May 16, 2019 · 2 comments

Comments

@vitaly-zdanevich
Copy link

Ending of the console output:

...
    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
@turian
Copy link

turian commented Jul 3, 2020

I also have this

@mayank-git-hub
Copy link

What is the solution to this error? I am also facing the same issue when running the make command

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants