We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971a762 commit f46adc5Copy full SHA for f46adc5
backends/cuda/runtime/shims/memory.cpp
@@ -27,6 +27,8 @@ using executorch::backends::aoti::aoti_torch_get_device_index;
27
using executorch::backends::aoti::aoti_torch_get_dtype;
28
using executorch::backends::aoti::aoti_torch_get_sizes;
29
using executorch::backends::aoti::aoti_torch_get_strides;
30
+using executorch::backends::aoti::convert_sizes_to_vector;
31
+using executorch::backends::aoti::convert_strides_to_vector;
32
using executorch::backends::aoti::dtype_to_element_size;
33
using executorch::backends::aoti::dtype_to_scalar_type;
34
using executorch::backends::aoti::validate_storage_offset;
0 commit comments