Skip to content

Commit 6b34199

Browse files
authored
Update c_src/emlx_nif.cpp
1 parent e9fcefc commit 6b34199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c_src/emlx_nif.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ NIF(item) {
914914

915915
// Fix for MLX scalar layout bug: Use the correct type when calling item<T>()
916916
// to avoid reading wrong number of bytes from potentially invalid memory
917-
// layouts. See: MLX_BUG_REPORT.md for details on the upstream issue.
917+
// layouts.
918918
auto dtype = t->dtype();
919919

920920
// Handle integer and boolean types with proper dtype matching

0 commit comments

Comments
 (0)