[jit_kernel] Fix missing JIT kernel namespaces (#34106)

Co-authored-by: BBuf <1182563586@qq.com>
This commit is contained in:
Mohammad Miadh Angkad
2026-08-08 22:15:05 +08:00
committed by GitHub
co-authored by BBuf
parent f3ed82b3a8
commit ec5199b906
2 changed files with 6 additions and 2 deletions
@@ -24,6 +24,8 @@
#include <cstdint>
namespace sglang {
namespace sglang_modulate_scale_shift {
namespace {
@@ -219,3 +221,5 @@ struct ModulateScaleShiftKernel {
};
} // namespace sglang_modulate_scale_shift
} // namespace sglang
@@ -17,7 +17,7 @@
#include <cstdint>
namespace {
namespace sglang {
struct AlignSingleTokenParams {
const int32_t* __restrict__ topk_ids; // [1, topk]
@@ -104,4 +104,4 @@ struct AlignSingleTokenKernel {
}
};
} // namespace
} // namespace sglang