21cbf14d59
PR #111 added 24 functions (pipe_*, attention_*_batch*, shared_mlp_w4a16, tensor_update) to backend_cuda.h without COLI_CUDA_DLLEXPORT and without backend_loader.c wrappers: on Windows the host failed to link (undefined references from glm.c) and the DLL exported none of the new entry points. Decorate the declarations and add matching typedefs/RESOLVEs/wrappers following the loader's existing pattern. DLL now exports 39 symbols; engine links; TF oracle 32/32 CPU + dual-GPU (sm_120/sm_89). Co-authored-by: olorin <io@zyphyr.co> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>