Skip to content

Commit 61a6bdd

Browse files
committed
remotingbackend: set APIR_DEVICE_SUPPORTS_OP_ALWAYS_TRUE = 1
1 parent a6186a1 commit 61a6bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-remotingbackend/shared/apir_backend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define APIR_BACKEND_FORWARD_INDEX_INVALID 6
1111

1212
// 1 is fast, 0 avoid micro-benchmark crashes
13-
#define APIR_DEVICE_SUPPORTS_OP_ALWAYS_TRUE 0
13+
#define APIR_DEVICE_SUPPORTS_OP_ALWAYS_TRUE 1
1414

1515
// 0 is fast, 1 avoids the backend to crash if an unsupported tensor is received
1616
#define APIR_BACKEND_CHECK_SUPPORTS_OP 0

0 commit comments

Comments
 (0)