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

tma_load_mbar argument fix #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

gohar94
Copy link

@gohar94 gohar94 commented Sep 17, 2024

tma_load_mbar --> tma_load_mbar[0] to pass uint64_t & instead of uint64_t *

I got the error attached below when using the following version of nvcc:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Fri_Jun_14_16:34:21_PDT_2024
Cuda compilation tools, release 12.6, V12.6.20
Build cuda_12.6.r12.6/compiler.34431801_0
image

`tma_load_mbar` --> `tma_load_mbar[0]` to pass `uint64_t &` instead of `uint64_t *`
initialize `tma_load_mbar` using `cfk::barrierInit`
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

Successfully merging this pull request may close these issues.

1 participant