Skip to content

Commit

Permalink
Merge branch 'main' into ean-igpu
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored May 30, 2024
2 parents 856247b + 13e1d8d commit fefff2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/shark_studio/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def get_devices_by_name(driver_name):
available_devices.extend(cuda_devices)
hip_devices = get_devices_by_name("hip")
available_devices.extend(hip_devices)

for idx, device_str in enumerate(available_devices):
if "AMD Radeon(TM) Graphics =>" in device_str:
igpu_id_candidates = [
Expand Down

0 comments on commit fefff2c

Please sign in to comment.