Skip to content

Commit 6b63f88

Browse files
committed
Add implementation for native cpu
1 parent c6dadf9 commit 6b63f88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/adapters/native_cpu/kernel.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urKernelGetInfo(ur_kernel_handle_t hKernel,
105105
return ReturnValue(uint32_t{hKernel->getReferenceCount()});
106106
case UR_KERNEL_INFO_ATTRIBUTES:
107107
return ReturnValue("");
108+
case UR_KERNEL_INFO_SPILL_MEM_SIZE:
109+
return UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION;
108110
default:
109111
return UR_RESULT_ERROR_INVALID_VALUE;
110112
}

0 commit comments

Comments
 (0)