From ff63c0b2759edd86b2c90a25a6f301ce736854c2 Mon Sep 17 00:00:00 2001 From: "Agarwal, Udit" Date: Tue, 19 Nov 2024 22:24:07 -0800 Subject: [PATCH] Fix doc build failure --- sycl/doc/design/KernelProgramCache.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sycl/doc/design/KernelProgramCache.md b/sycl/doc/design/KernelProgramCache.md index f877b74986cae..541b626d1c30c 100644 --- a/sycl/doc/design/KernelProgramCache.md +++ b/sycl/doc/design/KernelProgramCache.md @@ -162,6 +162,7 @@ values for `info::platform::name`, `info::device::name`, differentiate different HW and SW installed on the same host as well as SW/HW upgrades. +(what-is-bopts)= 3: Hash for the concatenation of build options (both compile and link options) set in application or environment variables. There are three sources of build options: