llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] adding binary caching support to kernel_compiler extension

Open cperkinsintel opened this issue 4 months ago • 1 comments

Trying to reuse as much of the PersistentDeviceCodeCache as possible. We use the same top cache directory as the regular binary caches, but with a ext_kernel_compiler subdirectory and a slightly different system for assigning paths.

Rather than write new tests, am just adding a "test the cache" passes to the existing tests.

cperkinsintel avatar Sep 27 '24 17:09 cperkinsintel