feat: Add support for 7840U iGPU type (#960)
rocminfo reports that my AMD Ryzen 7 PRO 7840U w/ Radeon 780M Graphics GPU version is gfx1103support-auth-token
parent
98006552eb
commit
9aed0dee08
|
|
@ -49,6 +49,7 @@ fn main() {
|
|||
"gfx1100",
|
||||
"gfx1101",
|
||||
"gfx1102",
|
||||
"gfx1103",
|
||||
];
|
||||
|
||||
let rocm_root = env::var("ROCM_ROOT").unwrap_or("/opt/rocm".to_string());
|
||||
|
|
|
|||
Loading…
Reference in New Issue