-
Notifications
You must be signed in to change notification settings - Fork 12
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
FPU operator issues #165
Comments
I also encountered a couple that perform wrong computations:
|
The first two are e.g. for the first julia> bs = base_shape(conf.operator)
(M = 8, N = 16, K = 16, mb = 8, nb = 4, kb = 1)
julia> div(bs.N, bs.nb) * div(bs.K, bs.kb) >= 32
true The wrong computations will require further investigation, although at a first glance the block shape |
I added the fix for the invalid results in #167 |
While tuning, I encountered a couple of compilation errors that either should be fixed in the kernel, or generate a ConfigError.
Another:
The text was updated successfully, but these errors were encountered: