mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][chore] Add namespace to header to fix tot failure (#9973)
This commit is contained in:
parent
383b13e0e5
commit
64d7796234
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user