Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

pawelszczerbuk
Copy link
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
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
4 checks passed
@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