Valentin Churavy

Results 1413 comments of Valentin Churavy

From Elliot: > 1) Generator job that analyzes the diff, and launches pipelines based on that. > 2) Builder jobs that do the actual building. We want these to be...

So the last steps are: - Use a token for `jlbuild` instead one of mine - Improve https://github.com/JuliaPackaging/BinaryBuilder.jl/pull/1255 (but we can do that separatly and I can revert the BB...

On Julia 1.9 and current CUDA#master with **no** disk-cache first compilation got a lot faster. ``` args = ["10000", "10000", "10000", "5"] Time to allocate A 0.080495 seconds (14.08 k...

Now first run with caching: ``` args = ["10000", "10000", "10000", "5"] Time to allocate A 0.083496 seconds (14.08 k allocations: 1002.329 KiB) Time to allocate B 0.001083 seconds (7...

On an Oceananigans test case from time spent in setup went from 150s spent in `cufunction` to `1.5s` spent in cufunction.

``` ERROR: LoadError: CUDA error: named symbol not found (code 500, ERROR_NOT_FOUND) Stacktrace: [1] throw_api_error(res::CUDA.cudaError_enum) @ CUDA ~/.julia/packages/CUDA/N71Iw/lib/cudadrv/libcuda.jl:27 [2] macro expansion @ ~/.julia/packages/CUDA/N71Iw/lib/cudadrv/libcuda.jl:35 [inlined] [3] cuModuleGetFunction(hfunc::Base.RefValue{Ptr{CUDA.CUfunc_st}}, hmod::CUDA.CuModule, name::String) @ CUDA...

@nanosoldier `runbenchmarks(!"scalar", vs=":master")`

@nanosoldier `runtests(configuration = (buildflags=["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"],), vs_configuration = (buildflags = ["LLVM_ASSERTIONS=1", "FORCE_ASSERTIONS=1"],))`

@nanosoldier `runbenchmarks(!"scalar", vs=":master")`