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

i get error when i call AMDGPU.rocBLAS.gemm_strided_batched! #615

Closed
radudiaconu0 opened this issue Apr 6, 2024 · 0 comments · Fixed by #616
Closed

i get error when i call AMDGPU.rocBLAS.gemm_strided_batched! #615

radudiaconu0 opened this issue Apr 6, 2024 · 0 comments · Fixed by #616

Comments

@radudiaconu0
Copy link

radudiaconu0 commented Apr 6, 2024

i get ERROR: UndefVarError: rocblas_sgemmStridedBatched not defined when calling
AMDGPU.rocBLAS.gemm_strided_batched!

C1= 'N'
C2= 'N'
alpha::Float32 = 1.0

a = randn(3, 3, 3) |> gpu
B = rand(Float32, 3,3,3) |> gpu
beta::Float32 = 0.0
C =  rand(Float32, 3, 3, 3) |> gpu

AMDGPU.rocBLAS.gemm_strided_batched!(C1, C2, alpha, a, B, beta, C)

Why is that? A bug in rocBlas

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 a pull request may close this issue.

1 participant