We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing the static_num_act_in to real_num_act_in in function call
static_num_act_in
real_num_act_in
spconv/example/libspconv/main.cu
Line 206 in 125a194
int num_act_out_real = SpconvOps::get_indice_pairs( alloc, input_indices_real, batch_size, out_dims, static_cast<int>(tv::gemm::SparseConvAlgo::kNative), ksize, stride, padding, dilation, {0, 0, 0}, is_subm, false, reinterpret_cast<std::uintptr_t>(stream), out_inds_num_limit, static_num_act_in);
cuda execution failed with error 700 an illegal memory access was encountered
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Changing the
static_num_act_in
toreal_num_act_in
in function callspconv/example/libspconv/main.cu
Line 206 in 125a194
The text was updated successfully, but these errors were encountered: