Skip to content

Conversation

@hpc-aulmamei
Copy link
Collaborator

No description provided.

serbuvlad and others added 21 commits May 21, 2025 09:53
This commit introduces the FilesystemCache class which is used to
provide application specific paths for cache throughout the code.

/tmp usage is replaced with:

- $XDG_RUNTIME_DIR (/run/user/<uid>/SLASH) for locks and small files
- $XDG_CACHE_HOME ($HOME/.cache/SLASH) for larger files

The improvments are:

- Per-user isolation of cahces.
- Prevent conflict with other programs on the system.
- Locks and small files are kept in RAM, with larger files on disk.

Signed-off-by: Vlad-Gabriel Șerbu <[email protected]>
Fix extraction in multi user enviornment. The extraction path was /tmp instead of user based .cache.
…pendency for linker.

Signed-off-by: Alexandru Ulmamei <[email protected]>
* Add CI test for driver and linker build. Driver build disabled for now
…ix for the compute platform.

Signed-off-by: Alexandru Ulmamei <[email protected]>
Signed-off-by: Alexandru Ulmamei <[email protected]>
Signed-off-by: Alexandru Ulmamei <[email protected]>
Signed-off-by: Alexandru Ulmamei <[email protected]>
Signed-off-by: Alexandru Ulmamei <[email protected]>
Signed-off-by: Alexandru Ulmamei <[email protected]>
@hpc-aulmamei hpc-aulmamei self-assigned this Sep 11, 2025
@hpc-aulmamei hpc-aulmamei merged commit b9f7325 into main Sep 11, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants