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


   [Topi][UnitTests] Parametrized tests in test_topi_dense.py
   
     Now, tests run for multiple data types, can be extended with additional 
datatypes.
   
   [Topi] Separated generic-gpu nn.dense implementations into topi.gpu.dense
   
     As a follow-up to the renaming of "gpu" to "cuda", separating 
implementations that require CUDA (e.g. dense_cublas.cuda) from implementations 
that require any GPU, but not necessarily a CUDA GPU (e.g. 
dense_small_batch.gpu).
   
     My intent is to pair this migration with the extension of unit tests to 
cover additional GPU runtimes, migrating only implementations that run 
correctly on non-CUDA GPU devices. 


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