joshherr-quic opened a new pull request, #12931: URL: https://github.com/apache/tvm/pull/12931
This PR creates a lut primfunc for arbitrary python functions. That is, if you can supply a python function that describes the compute, a lut can be generated for it. The name of the output compute has to match a function in the dict registry in lut.py. Ie. sqrt's compute output is named "sqrt" and maps to math.sqrt. The generic tvm IR is stored in a string. Compile time constants are inserted into the string, which is then parsed into TIR and vectorized. -- 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]
