-
-
Notifications
You must be signed in to change notification settings - Fork 235
fix: support GPUs again #4018
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
fix: support GPUs again #4018
Conversation
Benchmark Results (Julia vlts)Time benchmarks
Memory benchmarks
|
Benchmark Results (Julia v1)Time benchmarks
Memory benchmarks
|
|
Add a test for |
|
Yeah I'm working on it. It's astonishing how many tests break if I change the |
9b085d8 to
5a9700d
Compare
| constant::C, nonnumeric::N, | ||
| caches::H) where {T, I, D, C, N, H} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| constant::C, nonnumeric::N, | |
| caches::H) where {T, I, D, C, N, H} | |
| constant::C, nonnumeric::N, | |
| caches::H) where {T, I, D, C, N, H} |
| discrete, constant, | ||
| nonnumeric, caches) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| discrete, constant, | |
| nonnumeric, caches) | |
| discrete, constant, | |
| nonnumeric, caches) |
| constant::C, nonnumeric::N, | ||
| caches::H) where {T, I, D, C, N, H} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| constant::C, nonnumeric::N, | |
| caches::H) where {T, I, D, C, N, H} | |
| constant::C, nonnumeric::N, | |
| caches::H) where {T, I, D, C, N, H} |
| constant::C, nonnumeric::N, | ||
| caches::H) where {T, I, D, C, N, H} | ||
| return MTKParameters{T, I, D, C, N, H}(tunables, initials, discrete, constant, | ||
| nonnumeric, caches) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| nonnumeric, caches) | |
| nonnumeric, caches) |
| buffer, repack, _ = SciMLStructures.canonicalize(SciMLStructures.Initials(), initp) | ||
| initp = repack(floatT.(buffer)) | ||
| if !(initp.initials isa StaticVector{0}) | ||
| buffer, repack, _ = SciMLStructures.canonicalize(SciMLStructures.Initials(), initp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JuliaFormatter] reported by reviewdog 🐶
| buffer, repack, _ = SciMLStructures.canonicalize(SciMLStructures.Initials(), initp) | |
| buffer, repack, | |
| _ = SciMLStructures.canonicalize(SciMLStructures.Initials(), initp) |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.