tqchen commented on PR #11320:
URL: https://github.com/apache/tvm/pull/11320#issuecomment-1126601954

   Code example:
   
   ```c++
    void MyCodegen() {
       {
           With<LLVMCLIOption<int>> scope("unroll-max-count", 2);
           // max-unroll-count set to 2 here
        }
        // global option reset to default.
   }
   ```
   Background: 
https://discuss.tvm.apache.org/t/modularizing-llvm-codegen-jit/12764/20
   


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