feat: Add support for 7840U iGPU type (#960)

rocminfo reports that my AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics GPU version is gfx1103
support-auth-token
Mikko Tiihonen 2023-12-07 01:11:05 +02:00 committed by GitHub
parent 98006552eb
commit 9aed0dee08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ fn main() {
"gfx1100",
"gfx1101",
"gfx1102",
"gfx1103",
];
let rocm_root = env::var("ROCM_ROOT").unwrap_or("/opt/rocm".to_string());