Anton Korobeynikov
Anton Korobeynikov
> > However, the bitcasts are now from / to ABI-incompatible types, e.g. from > > `$@callee_owned (@in_guaranteed Generic.TangentVector) -> (@out Float, @out Float, @out Float)` to > > `$@callee_guaranteed...
@rxwei Yes, this is the plan. I'm just documenting some things that might help us :)
@rxwei Ok, the problem exists in main as well :) What happens: for captured stuff we're having the following pullback type: `$@callee_guaranteed (Float, @inout_aliasable Float) -> Float`. The lowered pullback...
There are multiple issues here actually. Few of them are related directly to this PR and I fixed them locally (some are just typos and others are related to the...
Please report issues with Nvidia-provided tools to Nvidia bugtracker. Alternatively, provide a reproducer with mainline LLVM tools.
Well, there is nothing special with `svd`. I'd suspect this is something connected with PowerPC and `testhat`. Does it work if you'd run tests manually like: ``` library(testthat) library(svd) test_package("svd")...
There are certainly checks, see https://github.com/asl/svd/tree/master/inst/tests And they certainly do run on any other platforms. E.g: ``` ... * checking for GNU extensions in Makefiles ... OK * checking for...
Not yet, but I will try to take a look
I cannot reproduce this. 1. Take this graph: https://github.com/asl/BandageNG/blob/dev/tests/inputs/test.fastg 2. Take this CSV: https://github.com/asl/BandageNG/blob/dev/tests/inputs/test.csv 3. The result is: 4. Now, load the CSV without any node colors (or other nodes),...
Bandage-NG looks into lots of custom paths (in addition to `PATH`) including: ``` "/usr/bin" "/bin" "/usr/sbin" "/sbin" "/opt/local/bin" "/usr/local/bin" "/opt/homebrew/bin" "$HOME/bin" "$HOME/.local/bin" "$HOME/miniconda3/bin" "/usr/local/ncbi/blast/bin" ``` I would suggest you for...