Skip to content

Commit

Permalink
remove unused limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 18, 2024
1 parent 5336302 commit 016c609
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webgpu/gpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ async def init_webgpu(canvas):
"requiredLimits": {
"maxBufferSize": one_gig,
"maxStorageBufferBindingSize": one_gig,
"maxUniformBufferBindingSize": one_gig,
"maxComputeWorkgroupSizeZ": 64,
},
}
)
Expand Down

0 comments on commit 016c609

Please sign in to comment.