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

Two separate CUDA kernels in ucmp? #48

Open
kibaekkim opened this issue Jun 4, 2023 · 0 comments
Open

Two separate CUDA kernels in ucmp? #48

kibaekkim opened this issue Jun 4, 2023 · 0 comments
Assignees

Comments

@kibaekkim
Copy link
Member

kibaekkim commented Jun 4, 2023

Why should this be separate from the above? Why does this have to use a different CUDA setting?

CUDA.@sync @cuda threads=64 blocks=(div(ngen-1,64)+1) ucmp_update_uc_membuf_with_ramping_kernel(
i, subdata.ngen,
v_ramp.u_curr, v_ramp.z_curr,
v_ramp.l_curr, v_ramp.rho,
mod.uc_membuf
)

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

2 participants