Aminsed opened a new pull request, #18347: URL: https://github.com/apache/tvm/pull/18347
This PR adds a deterministic, schedule-free CUDA test to validate shared memory limits using tir.analysis.verify_gpu_code.\n\n- Adds a direct TIR kernel test that allocates a 64 KB shared buffer (T.launch_thread + T.allocate) and asserts verification fails when max_shared_memory_per_block=48 KB.\n- Keeps changes scoped to tests; no default behavior altered.\n- Documents an opt-in pipeline toggle (off by default) and a per-device cap hint in tvm/python/tvm/tir/pipeline.py.\n Usage:\n \n\nReferences: #18094 -- 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]
