Valentin Churavy
Valentin Churavy
We do have the runners as part of JuliaGPU, but not the tests xD
> Should not be needed... Tough to say, on the other hand the code allocates ~360MiB to do "nothing" and someone needs to pay the cost of cleaning that up....
It should be easy enough to add the branches, but yes I think only x86_64 has ever been tested
> Do the arrays know on which device they are? To my knowledge that's an ill-formed query.
Hopefully the PR series #582 #633 and #634 will also fix this.
Maybe to avoid an X then Y, problem. From the perspective of the Julia compiler and runtime system, the query is ill-formed and, as far as I can tell, Julia...
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
@maleadt I assume my shenangians with the Julia run into some sort of GC issue? ``` Captured Logs for test item "PTX" at test/ptx_tests.jl:1 on worker 1966 [1966] signal (11.1):...
> Maybe try an ASAN build if you have one handy? Not immediatly :/
> Maybe try an ASAN build if you have one handy? It seems likely that this was an error in the callback itself, that then corrupted some state.