Kacper Kasper
269cba1659
feature: enable cl_cache by default on Linux
...
Resolves: NEO-4262
Signed-off-by: Kacper Kasper <kacper.k.kasper@intel.com >
2023-09-01 15:13:13 +02:00
Compute-Runtime-Validation
377d886c77
Revert "feature: enable cl_cache by default on Linux"
...
This reverts commit eeb8a5e1fb .
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com >
2023-09-01 04:58:52 +02:00
Kacper Kasper
eeb8a5e1fb
feature: enable cl_cache by default on Linux
...
Resolves: NEO-4262
Signed-off-by: Kacper Kasper <kacper.k.kasper@intel.com >
2023-08-31 15:52:11 +02:00
Kacper Kasper
ba4867c3d0
fix: compiler cache file extension and path creation
...
* When env variables did not have trailing slash, directory creation
could fail.
* If .cache in $HOME did not exist cache would have been disabled.
Signed-off-by: Kacper Kasper <kacper.k.kasper@intel.com >
2023-08-31 13:44:19 +02:00
Fabian Zwolinski
1369882b3c
fix: ocloc - regenerate genHash after compilation
...
This PR ensures that the genHash will be the same
whether the cl_cache is re-used or just created.
So it has to be regenerated after compilation
to make sure it's created with non NULL irBinary.
It also allows to cache debugDataBinary.
Minor: Rename NEO_PERSISTENT_CACHE -> NEO_CACHE_PERSISTENT in FAQ,
since this version is used in code.
Related-To: NEO-8288, NEO-8092
Signed-off-by: Fabian Zwolinski <fabian.zwolinski@intel.com >
2023-08-28 13:11:49 +02:00
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
d9658696ab
Documentation: Clarify distro support.
...
Cleanup stale documentation.
Expand FAQ.
Signed-off-by: Cetnerowski, Adam <adam.cetnerowski@intel.com >
2022-11-02 13:42:53 +01:00
Cetnerowski, Adam
58b1fbb2d1
Documentation: FAQ update
...
Signed-off-by: Cetnerowski, Adam <adam.cetnerowski@intel.com >
2022-07-26 13:56:50 +02:00
Jacek Danecki
69ca6f9cfb
cleanup info about external repositories/projects
...
Remove links to inactive projects on:
- Copr
- Launchpad
- Semaphore CI
- SourceForge
Remove scripts to build on Semaphore CI and Travis
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2022-03-03 14:51:47 +01:00
Jacek Danecki
6d2b0c722e
Update distributions versions
...
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2021-08-20 12:35:49 +02:00
Compute-Runtime-Automation
b9bd014a44
Add fixes to build with gcc11 ( #5325 )
...
* remove Fedora 31 and 32 builds
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
* Add builds on Fedora 33 and 34
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
* Fix build with gcc11
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
* Remove info about EOL'd distributions
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
* clean after build
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
Co-authored-by: Jacek Danecki <jacek.danecki@intel.com >
2021-07-20 17:17:32 +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
Isuru Fernando
a272b08d93
Mention conda in distributions.md
...
Signed-off-by: Isuru Fernando <isuruf@gmail.com >
https://github.com/intel/compute-runtime/pull/414
2021-05-25 19:48:31 +02:00
Jacek Danecki
2d2d86b419
Update distributions versions
...
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2021-03-16 17:56:11 +01: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
Jacek Danecki
a21e43b3ae
stop building on Ubuntu 19.10
...
Ubuntu 19.10 is EOL
Change-Id: I325d484593e411bb560976875f8bf5c02573b52e
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2020-08-26 13:29:35 +02:00
Jacek Danecki
4c72491a8a
ci: remove support for Fedora 30
...
- Fedora 30 is EOL
Change-Id: Ic3b6db4cf77d6e8bbadc7e4f2dcb78c369406db8
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2020-06-02 16:40:08 +02: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
Jacek Danecki
3871ced268
doc: add information about OpenSUSE Leap 15.2 repository
...
Change-Id: I3764576b9776e94a0f85dee69a8ca1dcea9c17a5
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2020-05-28 14:32:53 +02:00
Jacek Danecki
844a3e7f75
doc: update distributions lists
...
Change-Id: I6abfc8b481d2fb9add2145d96dec3e711c93cd34
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2020-05-19 13:44:11 +02:00
Jacek Danecki
e7c23a7384
doc: use apt instead of apt-get
...
to avoid issues, when ppa info was modified
Change-Id: I936ea2f79370079592a4e018ede0036dcda7159d
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2020-04-21 10:32:05 +02:00
Jacek Danecki
e8085c5740
Stop building Neo under Ubuntu 16.04
...
- IGC stopped to support Ubuntu 16.04
Change-Id: I45a4993c7ffa2633ec6060b924e4a70ba791347b
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2020-04-14 01:52:27 +02:00
Jacek Danecki
6529c9bdfb
doc: update information about binary packages
...
Change-Id: Ib930a2c2910b61ae05d8b0a3b7e859a65f3f4e4b
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com >
2020-04-07 08:52:15 +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
Adam Cetnerowski
ba527a826d
Refactor documentation location
...
Change-Id: Iaa76070e836b079374ec82067e3febb7f5eb9d32
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com >
2020-02-26 17:22:27 +01:00