Blog
Notes on building Vx — what the compiler does, what it refuses, and what it got wrong along the way.
-
What a pointer forgets
A function stages a tensor to the GPU and returns it. In C++ the return type is
float *and the fact is gone at the boundary. In Vx it is part of the type. -
Vx 0.0.1: placement in the type system
The first release. What the compiler checks, what it runs on, and the parts that are honestly not built yet.