metal : avoid using Metal's gpuAddress property (#16576)

* metal : avoid using Metal's gpuAddress property

* metal : fix rope kernels buffer check
This commit is contained in:
Georgi Gerganov
2025-10-14 20:33:05 +03:00
committed by GitHub
parent ffa059034c
commit fa882fd2b1
4 changed files with 20 additions and 14 deletions

View File

@@ -251,6 +251,7 @@ typedef struct {
int32_t sect_1;
int32_t sect_2;
int32_t sect_3;
bool src2;
} ggml_metal_kargs_rope;
typedef struct {