Skip to content

Commit

Permalink
evc: fix cuda osx
Browse files Browse the repository at this point in the history
  • Loading branch information
dendenxu committed Apr 6, 2024
1 parent 95547ce commit 0e016ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyvolcap/runners/volumetric_video_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ def get_device_and_memory(self):
except:
self.static.name = 'Unsupported'
self.static.device = 'Unsupported'
self.static.memory = 'Unsupported'
self.static.memory = -1
self.static.last_memory_update = curr_time
return self.static.name, self.static.device, self.static.memory

Expand Down

0 comments on commit 0e016ad

Please sign in to comment.