Andrew

Results 17 issues of Andrew

I am having some issues using a rust staticlib that is being called from C via FFI, being built for an embedded target (Cortex M). This issue is sort-of a...

Is there any possibility of getting CUDA acceleration enabled for the computationally heavy operations? I recall from reading some documentation that this is *not* as simple as just enabling CUDA...

enhancement

Currently, the dependencies are tied to the target-triple in `freertos-rust-examples/Cargo.toml`, and the `build.rs` ties example paths directly to targets. After some tinkering with cargo, it seems there might not be...

**Describe the set-up** This issue should apply to code built targeting any Cortex-M0/3/4 core when using the provided startup_stm32*.s templates to define the vector table and the use of the...

enhancement
internal bug tracker
cmsis

It looks like all models are failing to train. They all hit either `ValueErrors` apparently having to do with `nan` value or some C-native library problem wrt overflow. All setup...

Running the linked colab notebook, unmodified, results in an import failure for one of the components inside `finrl`. There is something a little funky about the `finrl` package; even when...

This is just a question, not an issue: Is there an example of how to use this framework for backtesting FX trades? There's a number of points I am uncertain...

question

Running the benchmarks `main.py` targeting device `mps` results in an assertion failure: ``` Traceback (most recent call last): File "/Users/apullin/personal/pyg/pytorch_sparse/benchmark/main.py", line 174, in correctness(dataset) File "/Users/apullin/anaconda3/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context...

enhancement

Target toolchain gcc with `-E` is now used for preprocessing. Also changes `check-gcc.sh` to use target toolchain `readelf`, to make builds work. This has been tested with `arm-none-eabi-` cross toolchain...

reviewer needed