tenstorrent / tt-umd

User-Mode Driver for Tenstorrent hardware
Apache License 2.0
6 stars 3 forks source link

Remove override which raises an error due to inconsistent usage #21

Closed broskoTT closed 2 months ago

broskoTT commented 2 months ago

A compiler in budabackend on CI raises issue due to inconsistent use of override (i.e., by the rule in clang, override should be used either everywhere or nowhere). The last PR broke this pattern: https://github.com/tenstorrent/tt-umd/pull/19. Reverting the override keyword.

I've tested now that the build in budabackend CI passes