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

   Hi folks,
   
   This PR leverage **LLVM** itself for CPU features lookup, **replacing 
hard-coded** lists.
   In order to keep maintainability with X86 families & features we can rely on 
LLVM itself.
   
   ---
   Changes:
   
   * Introduce a single ```target_has_feature()``` replacing all 
```target_has_XXX()```.
   * Expose ```codegen.target.llvm_x86_get_archlist``` & 
```codegen.target.llvm_x86_get_archlist```.
   
   ---
   
   There is a test unit for a comprehensive check with the old behaviour.
   
   Thanks,
   ~Cristian.
   
   Cc: @elvin-n , @vvchernov , @echuraev , @vinx13 , @jcf94, @masahi 


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