Adrien Bouvais adrien
  • I just like coding and solving problems. Currently working as MLOps Engineer for a supplier of post-trading services.

  • Joined on 2025-05-28
adrien pushed to render at adrien/zig-wgpu 2026-05-20 07:37:51 +00:00
fc57bee3af Created GpuPrimitiveTolopogy to replace c.WGPUPrimitiveTopology
adrien pushed to render at adrien/zig-wgpu 2026-05-20 07:24:40 +00:00
bcb1b1e98b GpuRender now take a GpuTextureFormat and not a c.WGPUTextureFormat
adrien created branch render in adrien/zig-wgpu 2026-05-20 07:15:10 +00:00
adrien pushed to render at adrien/zig-wgpu 2026-05-20 07:15:10 +00:00
32f5d2b828 Added GpuTexture tied to arena like buffer
ad3fcf2592 Basic working circle render pipeline
Compare 2 commits »
adrien pushed to master at adrien/zig-wgpu 2026-05-19 19:35:54 +00:00
83ef8bcd12 Renamed ProcessDef to COmputeDef
adrien pushed to master at adrien/zig-wgpu 2026-05-19 19:15:32 +00:00
e467539f6e Renamed GpuProcess to GpuCompute
adrien pushed to master at adrien/zig-wgpu 2026-05-19 07:18:41 +00:00
fb2f454c1c Removed unused import
7e1bc387ca Synthax
Compare 2 commits »
adrien pushed to master at adrien/zig-wgpu 2026-05-19 06:00:56 +00:00
09e62cf667 Update README and comment for new GpuProcess
62b5224e6e Changed GpuProcess to use a definition
Compare 3 commits »
adrien pushed to master at adrien/zig-wgpu 2026-05-19 05:35:42 +00:00
bfac170936 Added better dependencies info in README
adrien pushed to master at adrien/zig-wgpu 2026-05-18 21:21:28 +00:00
523a9b69ac .Synthax
adrien pushed to master at adrien/zig-wgpu 2026-05-18 21:12:01 +00:00
571a9db71f Started to add a mnist Deep Learning example
adrien pushed tag 0.1.0 to adrien/zig-wgpu 2026-05-18 21:00:01 +00:00
adrien pushed to master at adrien/zig-wgpu 2026-05-18 20:57:16 +00:00
6ec53bb909 Moved add and bench into an examples directory so src is just the library
adrien pushed to master at adrien/zig-wgpu 2026-05-18 20:23:17 +00:00
6b933465b0 Better example
adrien pushed to master at adrien/zig-wgpu 2026-05-18 14:45:58 +00:00
3d9cb4df04 Removed TensorInfo from example shader
adrien pushed to master at adrien/zig-wgpu 2026-05-18 14:38:35 +00:00
c62bead6e9 Better example (no Vec)
adrien pushed to master at adrien/zig-wgpu 2026-05-18 14:33:30 +00:00
adrien pushed to master at adrien/zig-wgpu 2026-05-18 14:33:08 +00:00
50bf436fa5 Update README
adrien pushed to master at adrien/zig-wgpu 2026-05-18 14:30:29 +00:00
df4eb36bc8 Added README
adrien pushed to master at adrien/zig-wgpu 2026-05-18 14:24:46 +00:00
c7afe28cc6 GpuBuffer align with size 4 as required by WebGPU