-
Notifications
You must be signed in to change notification settings - Fork 25
[CI] Prepare setup for new runners #1478
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
Conversation
7bf41ee
to
3fd1ce1
Compare
@wsmoses the setup is ready from my point of view, the only problem is that the greatly reduced parallelism would actually make things slower overall in case of multiple concurrent jobs. |
Ok, this is ready. New runners aren't currently used, but the setup has been slightly adapted to work with them, so they can just be added later. |
end | ||
|
||
length(counts) < length(size) && continue | ||
|
||
@testset "inner repeat" begin | ||
@test (@jit repeat(Reactant.to_rarray(x); inner=counts)) == | ||
@test (@jit repeat(Reactant.to_rarray(x); inner=counts)) ≈ |
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 🐶
@test (@jit repeat(Reactant.to_rarray(x); inner=counts)) ≈ | |
@test (@jit repeat(Reactant.to_rarray(x); inner=counts)) ≈ |
No description provided.