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

Add ability to pick GPU name when searching wisdom file #6

Open
stijnh opened this issue Feb 9, 2024 · 0 comments
Open

Add ability to pick GPU name when searching wisdom file #6

stijnh opened this issue Feb 9, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stijnh
Copy link
Member

stijnh commented Feb 9, 2024

Currently, kernel launcher searches for wisdom files based on the exact name of the GPU in the system. This is strict and poses a problem when dealing with GPUs that share similar architectures but have slightly different names (e.g., RTX 4000 vs RTX 4500).

A potential solution would be to allow users to specify a 'virtual' GPU model. This could be implemented through an environment variable, such as KERNEL_LAUNCHER_GPU_NAME="RTX 4500". By setting this variable, users can inform kernel launcher to act like it contains a GPU of a different name.

@stijnh stijnh added the enhancement New feature or request label Feb 9, 2024
@stijnh stijnh self-assigned this Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant