Louis Fortier-Dubois
Louis Fortier-Dubois
The OnOperation ExecutionTrigger should hold a vec with all the operations that follow it when we add the trigger, rather than just the one that follows. Once done we can...
In order to fix #1098, where it is mentioned that LSTM backward does not work in its current state but would if slice_assign were replaced by cat in its computations,...
Part of #1665 Since the goal of CubeCL is to rewrite all our JIT kernels with a readable rusty syntax, I started by supporting all the basic syntax to parse...
The current JIT representation is very practical for targeting multiple GPU languages; however the kernels are very hard to read and maintain as it is composed of many declarative macros...