Nathaniel Simard

Results 32 issues of Nathaniel Simard

Support batch matrix multiplication in the rust wrapper of arrayfire. I get the following error when trying to do matmul on 3D matrix: ``` Error message: Function does not support...

Feature

This is a major refactor but doesn't change the behavior. It's quite hard to add more unit tests, but we will have to come up with a better testing strategy...

We have to figure out a simple dataset to train on.

example
accessibility

We have to figure out a simple dataset to train on.

example
accessibility

For now, Burn-fusion supports only one optimization stream for a device. However, when a device is used by multiple concurrent threads, the stream becomes interrupted all the time, and a...

performance
wgpu

Almost all optimizations by Burn are done at runtime and are specific to the devices it runs on. We are building caches to avoid recomputing them all the time with...

performance
infrastructure

This is a major refactoring that is made progressively. All operations should eventually use this method instead of loading a `wgsl` shader as a String. The goal behind this refactor...

wgpu

Ensure that the saved state is in sync with the state of the autotune system before #1112 is completed.

performance
wgpu

When creating new shaders, we should be able to execute them with different launch options based on benchmarks performed by the autotune system.

performance
wgpu