Skip to content

[hipblaslt] add LRU support and env-controlled cache size to Tensilelite CachingLibrary#6451

Open
yclamd wants to merge 1 commit intodevelopfrom
users/yclamd/tensilelite-cachinglibrary-lru
Open

[hipblaslt] add LRU support and env-controlled cache size to Tensilelite CachingLibrary#6451
yclamd wants to merge 1 commit intodevelopfrom
users/yclamd/tensilelite-cachinglibrary-lru

Conversation

@yclamd
Copy link
Copy Markdown
Contributor

@yclamd yclamd commented Apr 15, 2026

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

Copy link
Copy Markdown
Contributor

@KKyang KKyang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add env in Debug.hpp


if(!e || *e == '\0')
{
e = std::getenv("TENSILE_CACHE_MAP_MAX_ENTRIES");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't add env here

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

❌ Your project status has failed because the head coverage (47.50%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6451   +/-   ##
========================================
  Coverage    66.61%   66.61%           
========================================
  Files         2176     2176           
  Lines       321083   321083           
  Branches     41470    41470           
========================================
  Hits        213865   213865           
  Misses       92578    92578           
  Partials     14640    14640           
Flag Coverage Δ *Carryforward flag
hipBLAS 90.67% <ø> (ø) Carriedforward from cf4bcfc
hipBLASLt 39.95% <ø> (ø)
hipCUB 82.21% <ø> (ø) Carriedforward from cf4bcfc
hipDNN 82.59% <ø> (ø) Carriedforward from cf4bcfc
hipFFT 55.00% <ø> (ø) Carriedforward from cf4bcfc
hipRAND 76.12% <ø> (ø) Carriedforward from cf4bcfc
rocBLAS 48.11% <ø> (ø) Carriedforward from cf4bcfc
rocFFT 47.50% <ø> (ø) Carriedforward from cf4bcfc
rocPRIM 38.96% <ø> (ø) Carriedforward from cf4bcfc
rocRAND 57.09% <ø> (ø) Carriedforward from cf4bcfc
rocSPARSE 71.52% <ø> (ø) Carriedforward from cf4bcfc
rocThrust 91.37% <ø> (ø) Carriedforward from cf4bcfc

*This pull request uses carry forward flags. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants