mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-07 15:42:53 +00:00
ggml-cpu: add todo comment for future reference
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@ -430,6 +430,8 @@ GGML_API void ggml_aligned_free(void * ptr, size_t size);
|
|||||||
* | | needed for s390x detection.
|
* | | needed for s390x detection.
|
||||||
* | this file is here, where the s390x
|
* | this file is here, where the s390x
|
||||||
* | detection macros are not defined.
|
* | detection macros are not defined.
|
||||||
|
*
|
||||||
|
* TODO: Fix s390x platform detection in this file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define GGML_COMPUTE_FP16_TO_FP32(x) ggml_compute_fp16_to_fp32(x)
|
#define GGML_COMPUTE_FP16_TO_FP32(x) ggml_compute_fp16_to_fp32(x)
|
||||||
|
Reference in New Issue
Block a user