autowarefoundation / modelzoo

A collection of machine-learned models for use in autonomous driving applications.
https://www.autoware.org/
Apache License 2.0
62 stars 24 forks source link

[WIP] Fix for AutoTVM cuda config example file #20

Closed LucaFos closed 3 years ago

LucaFos commented 3 years ago

This option is not supported anymore as it's not very easy to use and it requires some extra work from the user. More importantly, if not used correctly it easily produces errors which can be hard to debug.

Change-Id: If4c248af475eafa7a5c4735be93c3a853d87abb1 Signed-off-by: Luca Foschiani luca.foschiani@arm.com Issue-Id: SCM-1393

JWhitleyWork commented 3 years ago

@LucaFos This looks like it contains code which overlaps with #19. Is one dependent upon the other?

LucaFos commented 3 years ago

@LucaFos This looks like it contains code which overlaps with #19. Is one dependent upon the other?

You are correct, I created pull requests for #19 and #20 and put them in WIP, but they are meant to be merged one after the other (the first one was meant to be #16, which is now merged).