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

The b2b_gemm Example Fails Tests on A100 #144

Open
haruhi55 opened this issue Sep 24, 2024 · 1 comment
Open

The b2b_gemm Example Fails Tests on A100 #144

haruhi55 opened this issue Sep 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@haruhi55
Copy link
Collaborator

When I run the b2b_gemm example on A100, it raises the following errors:

[16, 16, 16, 16], batch = 1, passed.
[16, 32, 16, 32], batch = 1, passed.
[32, 64, 32, 64], batch = 1, passed.
[64, 64, 32, 64], batch = 1, passed.
[256, 128, 64, 64], batch = 1, passed.
[1024, 1024, 128, 128], batch = 1, passed.
[16, 16, 16, 16], batch = 2, passed.
terminate called after throwing an instance of 'thrust::THRUST_200301_800_NS::system::system_error'
  what():  trivial_device_copy D->H failed: cudaErrorIllegalAddress: an illegal memory access was encountered
[1]    972511 IOT instruction (core dumped)  ./fused_gemms
@haruhi55 haruhi55 added the bug Something isn't working label Sep 24, 2024
@KuangjuX
Copy link
Member

I encountered a similar issue before. It seems that this is not a problem with the kernel, but rather a memory access error that occurs when running multiple tests consecutively. The specific reason is currently unclear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants