ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 208 forks source link

Getting same results from releases tag. #266

Open masip85 opened 2 years ago

masip85 commented 2 years ago

I don't understand something that looks like simple, but is weird at the same time. I need to compile in arm64 which newest version is 3.2 . You jumped at some point from 3.15 to 3.5 . If I look into the releases and do a compare with github ui, from v0.4 to v0.6 reflects that change in CMakeList: https://github.com/ceccocats/tkDNN/compare/v0.5...v0.6

But if I download any of the releases, all they have 3.5 as minimum version. Why this behaviour? Is that a bug?

masip85 commented 2 years ago

Ok, now I see that what you really did is to downgrade from 3.5 to 3.15.