electriclilies commented on pull request #8373: URL: https://github.com/apache/tvm/pull/8373#issuecomment-872501078
After some thought, I think that it is actually better to model the options in this case after the options for ROCM runtime, which looks like this: ``` # Whether enable ROCM runtime # # Possible values: # - ON: enable ROCM with cmake's auto search # - OFF: disable ROCM # - /path/to/rocm: use specific path to rocm set(USE_ROCM OFF) ``` How does this sound for the possible options? ``` # Possible values: # - ON: enable ccache by searching for the path to ccache # - OFF: disable ccache # - /path/to/ccache: use specific path to ccache ``` -- 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]
