-
Notifications
You must be signed in to change notification settings - Fork 221
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
Incorrect grid size in kron
#2410
Labels
Comments
maleadt
added
good first issue
Good for newcomers
cuda array
Stuff about CuArray.
labels
Jun 10, 2024
I can't reproduce, so this is likely launch configuration-related (i.e., only triggering on certain devices where specific launch configurations are used). Could you perhaps Lines 737 to 759 in e1e5be2
|
julia> size(kron(cu(rand(100,1)), cu(rand(3, 1))))
(m, n, p, q) = (100, 1, 3, 1)
sizes = (100, 1)
config = (blocks = 14, threads = 640)
dim_ratio = 100.0
(max_threads_i, max_threads_j, max_blocks_i, max_blocks_j) = (252, 2, 37, 0)
(threads_i, threads_j, blocks_i, blocks_j) = (100, 1, 1, 0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
kron
throws error for specific matrix sizesTo reproduce
The Minimal Working Example (MWE) for this bug:
Long Error Message
Version info
Details on Julia:
Details on CUDA:
The text was updated successfully, but these errors were encountered: