Skip to content

Commit 07de57c

Browse files
committed
ggml-cpu: add todo comment for future reference
Signed-off-by: Aaron Teo <[email protected]>
1 parent 72965ea commit 07de57c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/ggml-impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ GGML_API void ggml_aligned_free(void * ptr, size_t size);
430430
* | | needed for s390x detection.
431431
* | this file is here, where the s390x
432432
* | detection macros are not defined.
433+
*
434+
* TODO: Fix s390x platform detection in this file.
433435
*/
434436

435437
#define GGML_COMPUTE_FP16_TO_FP32(x) ggml_compute_fp16_to_fp32(x)

0 commit comments

Comments
 (0)