Lunderberg opened a new pull request #7966:
URL: https://github.com/apache/tvm/pull/7966


   - Bugfix, missing decoration on uniform buffer arguments.  
     Caused segfault when running on NVidia GPUs, with models that required 
uniform buffer arguments for constants (>128 bytes of constants).
   
   - Updated test_target_codegen_spirv.py to use @tvm.testing.requires_vulkan
     Previously, these tests would show success if USE_VULKAN=OFF.  Now, they 
correctly show that they are skipped instead.
   
   - Explicitly require int64 support at device creation time, since the 
TVM-generated shaders require it.
       
   - Allocate an appropriate descriptor set pool size for the buffer inputs, 
including both uniform and storage buffers, when not using the push_descriptor 
extension.
   
   


-- 
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.

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


Reply via email to