diff options
Diffstat (limited to 'Whisper/ML/TensorShape.h')
| -rw-r--r-- | Whisper/ML/TensorShape.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Whisper/ML/TensorShape.h b/Whisper/ML/TensorShape.h index 473b0c9..5749764 100644 --- a/Whisper/ML/TensorShape.h +++ b/Whisper/ML/TensorShape.h @@ -28,11 +28,11 @@ namespace DirectCompute HRESULT create( const ggml_tensor& ggml ); TensorShape( const ggml_tensor& ggml ); - __m128i sizeVec() const + __m128i __vectorcall sizeVec() const { return load( ne ); } - __m128i stridesVec() const + __m128i __vectorcall stridesVec() const { return load( nb ); } |
