pytorch / glow

Compiler for Neural Network hardware accelerators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glow windows build failure

mciprian13 opened this issue · comments

With #5838 Glow no longer builds for Windows using Visual Studio because of the following error:

glow\include\glow/Graph/FXIRWrapper.h(140): error C2429: attribute 'nodiscard' requires compiler flag '/std:c++17' [glow_build\lib\IR\IR.vcxproj]

@protonu Can we remove the nodiscard attribute?

Sure, I'll remove it.

@protonu Thanks for fixing this. This solved my issue. I will close it now.