From 7fb838913f56961d484f485f56deff9f1fd1ce6c Mon Sep 17 00:00:00 2001 From: biondizzle Date: Thu, 28 May 2026 05:31:39 +0000 Subject: [PATCH] fix: include path for standalone test --- tests/unit/test_fmha_sm100_standalone.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_fmha_sm100_standalone.cu b/tests/unit/test_fmha_sm100_standalone.cu index 763d3c9f..41994ca7 100644 --- a/tests/unit/test_fmha_sm100_standalone.cu +++ b/tests/unit/test_fmha_sm100_standalone.cu @@ -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 #include #include