add tensor type checking as part of cuda graph properties (#19186)

This commit is contained in:
bssrdf
2026-01-29 23:57:52 -05:00
committed by GitHub
parent 1025fd2c09
commit ecbf01d441
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -1124,6 +1124,7 @@ struct ggml_tensor_extra_gpu {
struct ggml_cuda_graph_node_properties {
void * node_data;
ggml_op node_op;
enum ggml_type node_type;
int32_t flags;
int64_t ne[GGML_MAX_DIMS];
size_t nb[GGML_MAX_DIMS];