Marcel Rød
Marcel Rød
**System information** - TensorFlow version (you are using): 2.5.0 - Are you willing to contribute it (Yes/No): Yes **Motivation** Deciding on where to have high filter/channel counts in convnets can...
**Describe the bug** I'm working on a score I made in 3.x, and have extended it by adding the primo part to a 4-handed piece. I am able to add...
Update API call used in `Device::memory_info` to use `nvmlDeviceGetMemoryInfo_v2`. Fixes #57.
`nvmlDeviceGetMemoryInfo_v2` has been available for a few years now. I propose to update the implementation to v2, so that the results correspond with what `nvidia-smi` and `gpustat` output. Currently, the...
Hi! I'm using Warp as a part of a project that uses JIT-compiled jax functions. How could I integrate Warp in this context? Example: ```python @jax.jit def function(x): y =...