fix: include path for standalone test

This commit is contained in:
2026-05-28 05:31:39 +00:00
parent 99b35eb2de
commit 7fb838913f

View File

@@ -4,7 +4,7 @@
* No PyTorch or pybind11 needed — just nvcc + CUDA runtime.
*/
#include "fmha_sm100.cuh"
#include "dsv4/kernels/attention/fmha_sm100.cuh"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>