zxybazh commented on a change in pull request #8602:
URL: https://github.com/apache/tvm/pull/8602#discussion_r680239161
##########
File path: src/runtime/vulkan/vulkan_device_api.h
##########
@@ -106,7 +106,7 @@ class VulkanDeviceAPI final : public DeviceAPI {
* Returns the results of feature/property queries done during the
* device initialization.
*/
- void GetTargetProperty(Device dev, const std::string& property, TVMRetValue*
rv);
+ void GetTargetProperty(Device dev, const std::string& property, TVMRetValue*
rv) final;
Review comment:
I see, thanks!
--
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]