Elliot Saba

Results 409 comments of Elliot Saba

Somehow, this PR has processes that are still running on the Yggdrasil workers. They all look like: ``` python3 /workspace/srcdir/rocBLAS-rocm-4.2.0/build/virtualenv/lib/python3.8/site-packages/Tensile/bin/TensileCreateLibrary --merge-files --no-short-file-names --no-library-print-debug --architecture=gfx900 --code-object-version=V3 --cxx-compiler=hipcc --library-format=msgpack /workspace/srcdir/rocBLAS-rocm-4.2.0/library/src/blas3/Tensile/Logic/asm_full /workspace/srcdir/rocBLAS-rocm-4.2.0/build/Tensile HIP...

More things Mosè and I have discussed: * Audit passes should store their logs in a centralized `logs::Dict{String,String}` * We should be able to turn audit passes on and off...

X-ref: https://gist.github.com/giordano/76f6201d2deabc289989f0fa0febab98

@jpsamaroo here you go, for your coding leisure. :)

Great questions; > For one, it's not clear to me that PulseAudio is using any of these flags If the build system is hiding the compiler invocations, there is usually...

I'm betting this was on MacOS? Using the QEMU runner?

Huh, I'm a little confused; I'm not sure why it recognizes that `BINARYBUILDER_RUNNER` is set to `"privileged"`, but then it says that it's running in `unprivileged container mode`. That shouldn't...

I should note the "4d image" I have is actually a tensor representing a 250 x 202 image with 3 channels, and there is only 1 within this current "batch".

If I ask `imresize()` to go from a size of `(A, B, C, D)` -> `(A/2, B/2, C, D)`, I feel like it shouldn't matter what `C` and `D` are;...

What is the error you're running into? I'm not sure we'll be able to support running BB on highly customized versions of Julia, but I can't think of why the...