We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d5de2 commit 68bb668Copy full SHA for 68bb668
1 file changed
runtime/kernel/targets.bzl
@@ -5,7 +5,7 @@ def _operator_registry_preprocessor_flags():
5
if max_kernel_num != None:
6
return select({
7
"DEFAULT": ["-DMAX_KERNEL_NUM=" + max_kernel_num],
8
- "ovr_config//build_mode/constraints:arvr_is_host_platform": []
+ "ovr_config//build_mode/constraints:arvr_is_host_or_target_platform[arvr_is_host_platform]": []
9
})
10
elif not runtime.is_oss:
11
0 commit comments