cbalint13 opened a new pull request, #17641:
URL: https://github.com/apache/tvm/pull/17641

   This PR is an enhancement for #17631.
   
   ---
   
   New functionality:
   
   * This also parses optional 'zvlXXXb' attribute from ```-mattr``` arguments, 
if user would supply such.
   
   Enhanchements:
   
   * Separate ```GetVectorWidth()``` @LLVMTargetInfo a shared **public 
function**, reachable from python side too.
   * A basic **codegen testcase** for riscv{32,64} targets is introduced, for 
now it checks RVV presence/absence.
   * A target **parser testcase** for riscv{32,64} is also introduced, it 
checks sanity and VLEN relations.
   
   ---
   
   This not alter any behavior except riscv targets.
   This work here is a preliminary before enable TVM's SVE for riscv too.
   
   


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

Reply via email to