Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OCCA_SOURCE_CACHE_DIR environment variable support. #769

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Commits on Oct 7, 2024

  1. Add OCCA_SOURCE_CACHE_DIR environment variable support.

    The purpose of this variable is to store source files cache in a separate folder than binary cache.
    This feature might be very handful for the projects that don't want to expose sources, but still utilize JIT.
    Source cache can be stored in some encrypted tmpfs for example.
    
    Also, this commit exposes occa::env::init so that application can change enviroment variables in a runtime,
    and make OCCA reread them.
    pavlo-hilei committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    78d974c View commit details
    Browse the repository at this point in the history