Skip to content

Commit

Permalink
show device limits and adapter info
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 19, 2024
1 parent 016c609 commit 56c3eda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webgpu/gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ async def init_webgpu(canvas):
}
)
)
js.console.log(device.limits)
js.console.log("device limits\n", device.limits)
js.console.log("adapter info\n", adapter.info)

print(
"max storage buffer binding size",
Expand Down

0 comments on commit 56c3eda

Please sign in to comment.