-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
erros in installing cutlass #4
Comments
Can you try to see if this help? |
tried. However, there still exists one error. python: 3.7.13 |
Hi please see my reply here to see if you can install it successfully. |
cutlass guide step 3 can not solve the errors as follows. Are there any way to install cutlass correctly?
FAILED: /home/xx/cutlass/examples/19_large_depthwise_conv2d_torch_extension/build/temp.linux-x86_64-3.8/backward_data_fp32.o
/usr/local/cuda-10.2/bin/nvcc --generate-dependencies-with-compile --dependency-output /home/xx/cutlass/examples/19_large_depthwise_conv2d_torch_extension/build/temp.linux-x86_64-3.8/backward_data_fp32.o.d -I. -I/home/xx/cutlass/include -I/home/xx/cutlass/tools/library/include -I/home/xx/cutlass/tools/util/include -I/home/xx/cutlass/examples/common -I/root/miniconda3/lib/python3.8/site-packages/torch/include -I/root/miniconda3/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -I/root/miniconda3/lib/python3.8/site-packages/torch/include/TH -I/root/miniconda3/lib/python3.8/site-packages/torch/include/THC -I/usr/local/cuda-10.2/include -I/root/miniconda3/include/python3.8 -c -c /home/xx/cutlass/examples/19_large_depthwise_conv2d_torch_extension/backward_data_fp32.cu -o /home/xx/cutlass/examples/19_large_depthwise_conv2d_torch_extension/build/temp.linux-x86_64-3.8/backward_data_fp32.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options ''"'"'-fPIC'"'"'' -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_gcc"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1011"' -DTORCH_EXTENSION_NAME=_depthwise_conv2d_implicit_gemm_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14
/home/zhengchuanchuan/cutlass/examples/19_large_depthwise_conv2d_torch_extension/backward_data_fp32.cu(212): error: more than one instance of constructor "cutlass::Tensor4DCoord::Tensor4DCoord" matches the argument list:
function "cutlass::Tensor4DCoord::Tensor4DCoord(cutlass::Tensor4DCoord::Index, cutlass::Tensor4DCoord::Index, cutlass::Tensor4DCoord::Index, cutlass::Tensor4DCoord::Index)"
function "cutlass::Tensor4DCoord::Tensor4DCoord(cutlass::Tensor4DCoord::LongIndex, cutlass::Tensor4DCoord::LongIndex, cutlass::Tensor4DCoord::LongIndex, cutlass::Tensor4DCoord::LongIndex)"
argument types are: (int64_t, int64_t, int64_t, int)
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:24:38_PDT_2019
Cuda compilation tools, release 10.2, V10.2.89
The text was updated successfully, but these errors were encountered: