Skip to content

[DEBUG] Override fix - Turn FileCacheManager.has_file back into an interface method#3336

Merged
pawelszczerbuk merged 1 commit intomainfrom
pawel/override_fix
Mar 11, 2024
Merged

[DEBUG] Override fix - Turn FileCacheManager.has_file back into an interface method#3336
pawelszczerbuk merged 1 commit intomainfrom
pawel/override_fix

Conversation

@pawelszczerbuk
Copy link
Copy Markdown
Contributor

#2934 have changed some of the FileCacheManager methods into a private interface, while _has_file method is still being used by the Override functionality. Exposing the method again. (An alternative is to call private _has_file from the override, which would be OK too, since it is debug only thing).

@pawelszczerbuk pawelszczerbuk requested a review from ptillet as a code owner March 11, 2024 16:04
@pawelszczerbuk pawelszczerbuk changed the title Turn FileCacheManager.has_file back into an interface method [DEBUG] Override fix - Turn FileCacheManager.has_file back into an interface method Mar 11, 2024
Copy link
Copy Markdown
Collaborator

@ThomasRaoux ThomasRaoux left a comment

Choose a reason for hiding this comment

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

Thanks!

@pawelszczerbuk pawelszczerbuk merged commit 730276f into main Mar 11, 2024
@pawelszczerbuk pawelszczerbuk deleted the pawel/override_fix branch March 11, 2024 18:17
htyu pushed a commit to htyu/triton that referenced this pull request Mar 20, 2024
…terface method (triton-lang#3336)

triton-lang#2934 have changed some of the
FileCacheManager methods into a private interface, while `_has_file`
method is still being used by the Override functionality. Exposing the
method again. (An alternative is to call private `_has_file` from the
override, which would be OK too, since it is debug only thing).
karupayun pushed a commit to openxla/triton that referenced this pull request Apr 3, 2024
…terface method (triton-lang#3336)

triton-lang#2934 have changed some of the
FileCacheManager methods into a private interface, while `_has_file`
method is still being used by the Override functionality. Exposing the
method again. (An alternative is to call private `_has_file` from the
override, which would be OK too, since it is debug only thing).
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.

2 participants