Skip to content
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

Changing the num_act_in in Native Algo leads to cuda Illegal address in the example main #695

Open
riteshkhrn opened this issue May 13, 2024 · 0 comments

Comments

@riteshkhrn
Copy link

Changing the
static_num_act_in to real_num_act_in in function call

int num_act_out_real = SpconvOps::get_indice_pairs(

        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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant