Commit Graph

7 Commits

Author SHA1 Message Date
Diedrich, Kamil 5a4a2ab8ab feature: Add new environment variables for compiler cache
This patch add new environment variables to control compiler cache.
Works as follow: If persistent cache is set driver check if NEO_CACHE_DIR
is set. If not then driver checks XDG_CACHE_HOME - If exists
then driver create neo_compiler_cache folder, if
not then driver checks HOME directory. If each NEO_CACHE_DIR,
XDG_CACHE_HOME and HOME are not set then compiler cache is disabled.
Current support is for Linux only.

Signed-off-by: Diedrich, Kamil <kamil.diedrich@intel.com>

Related-To: NEO-4262
2023-05-12 10:21:27 +02:00
Cetnerowski, Adam 58b1fbb2d1 Documentation: FAQ update
Signed-off-by: Cetnerowski, Adam <adam.cetnerowski@intel.com>
2022-07-26 13:56:50 +02:00
lgotszal f501cd79e2 Add copyright headers to markdown files
Remove two redundant markdown files

Related-to: IGC-4296

Signed-off-by: lgotszal <lukasz.gotszald@intel.com>
2021-06-28 16:31:27 +02:00
Filip Hazubski 2be1b36422 Update Supported Platforms in README.md
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2020-11-24 09:28:46 +01:00
Adam Cetnerowski dad23e25a2 Documentation: Update OpenCL version
Change-Id: Id818444aa1b1e936fab10d5840040a4b1587d56d
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
2020-06-01 09:51:51 +02:00
Adam Cetnerowski 9f1f957fe5 Documentation refactoring [3/n]
- Fold LIMITATIONS into FAQ

Change-Id: I33214b7600e984a153513e05aa84cccff3126b3b
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
2020-03-04 12:12:29 +01:00
Adam Cetnerowski efa0631967 Documentation refactoring [2/n]
- Update contributing guidelines
- Split and cleanup FAQ
- Cleanup README

Change-Id: Iae595fdff51e02f8ec4a3f72e4c4b45eb8d0c061
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
2020-02-28 14:40:54 +01:00