tqchen commented on code in PR #19771:
URL: https://github.com/apache/tvm/pull/19771#discussion_r3413194477


##########
web/src/runtime.ts:
##########
@@ -1323,6 +1323,16 @@ export class Instance implements Disposable {
     artifactCache: ArtifactCacheTemplate,
     signal?: AbortSignal,
   ) {
+    const maxChunkBytes = 128 * 1024 * 1024;

Review Comment:
   how is the number determined, would be good to have a sense of what WebGPU 
runtime supports, the motivation here is not as clear



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to