Skip to content

Commit

Permalink
Missing change to allocator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
egalli committed Sep 10, 2024
1 parent 5e7f912 commit a76acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/onnxruntime/core/framework/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ constexpr const char* HIP_PINNED = "HipPinned";
constexpr const char* OpenVINO_CPU = "OpenVINO_CPU";
constexpr const char* OpenVINO_GPU = "OpenVINO_GPU";
constexpr const char* WEBGPU_BUFFER = "WebGPU_Buffer";
constexpr const char* WEBNN_BUFFER = "WebNN_Buffer";
constexpr const char* WEBNN_TENSOR = "WebNN_Tensor";

constexpr size_t kAllocAlignment = 256;

Expand Down

0 comments on commit a76acd4

Please sign in to comment.