Skip to content

Caching JIT to local disk to speed up #503

Open
@CarlGao4

Description

@CarlGao4

Describe the issue

If IPEX is not built with AOT for current device enabled, JIT will generate objects for current GPU (XPU). However, even if I run the same codes with same parameters after restarting Python, JIT will compile again, which takes a lot of time. I'm wondering if there is a way to store compiled objects in local disk cache?

BTW, it would be much helpful if I can determine whether AOT or JIT cache or JIT is available without running a function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions