-
Over the last year, the clone time for METADATA.jl has grown significantly, (it is now in excess of a minute for me on a reasonably fast connection) and using the Github page is a total nightmare due …
-
Hi,
Just gathering feedback on the title. I think I can implement full MinGW toolchain support for Windows. That means Visual Studio (= 12 GBytes hog) won't required to build CMake.js based modules. …
-
The tool is [here](https://github.com/Geal/cargo-external-doc). It would be nice to have the extra docs supplied with a project built on docs.rs as well. Not sure of the best way to indicate that extr…
-
[178/183] : && /usr/bin/c++ -fPIC -g CMakeFiles/fl_asr_decode.dir/flashlight/app/asr/Decode.cpp.o -o bin/asr/fl_asr_decode -L/opt/intel/mkl/lib/intel64 -L/usr/local/cuda/targets/x86_64-linux/lib/st…
-
### Question
How to install on Jetson Nano?
on cuda ?
on cpu ?
#### Additional Context
OpenBLAS ok!
cereal ok!
kenlm ok!
arrayfire binary ok! (ArrayFire-v3.5.1_Linux_aarch64.sh not compati…
-
To optimize the obtained error in ML, I have to use smaller batch sizes. For the provide example: neural network, a batch size of 48 is ideal. The overhead increases enormously however.
By recomp…
-
In C++ we can use a raw device pointer to create an arrayfire Array:
```
// Create an array on the host, copy it into an ArrayFire 2x3 ArrayFire
// array
float host_ptr[] = {0, 1, …
-
RustSec/advisory-db has changed their format and it is failing to parse TOML.
https://github.com/RustSec/advisory-db/commit/64c17acfe3c7e4c57973d54c69d879abf1763154
Note that they have `unaffected…
-
NVRTC Error(7): NVRTC_ERROR_BUILTIN_OPERATION_FAILURE
Description
===========
* Did you build ArrayFire yourself or did you use the official installers
myself
* Which backend is experiencing t…
-
Pytorch as a functionality to cache the chosen cuDNN kernels when the input dimensions are identical to previous calls:
```
torch.backend.cudnn.benchmark = True
```
This improves throughput of a…