Forum

Author Topic: Metashape on Apple Silicon  (Read 12169 times)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Metashape on Apple Silicon
« Reply #15 on: July 29, 2022, 01:28:49 PM »
Hello glacier,

Does it help, if you add the following line in the beginning of the script body?

Code: [Select]
Metashape.app.gpu_mask = 2 ** len(Metashape.app.enumGPUDevices()) - 1
Best regards,
Alexey Pasumansky,
Agisoft LLC

glacier

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Metashape on Apple Silicon
« Reply #16 on: August 09, 2022, 10:39:23 PM »
This worked for me! Thank you.

Hello glacier,

Does it help, if you add the following line in the beginning of the script body?

Code: [Select]
Metashape.app.gpu_mask = 2 ** len(Metashape.app.enumGPUDevices()) - 1