[None][chore] Add namespace to header to fix tot failure (#9973)

This commit is contained in:
Faraz 2025-12-13 12:18:10 -05:00 committed by GitHub
parent 383b13e0e5
commit 64d7796234
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,12 +16,16 @@
*/
#pragma once
#include "tensorrt_llm/common/config.h"
#include <array>
#include <cstddef>
#include <cstdint>
#include <tuple>
#include <unordered_map>
TRTLLM_NAMESPACE_BEGIN
namespace torch_ext
{
namespace cublas_lut
@ -97,3 +101,5 @@ inline const AlgoListType fp8_algo_list = {
} // namespace cublas_lut
} // namespace torch_ext
TRTLLM_NAMESPACE_END