You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Update LLVM from svn
2. Rebuild gpuocelot
3. Observe the error
Expected: successful build.
Observed:
In file included from ocelot/ocelot/executive/interface/Device.h:17:0,
from ocelot/ocelot/trace/implementation/MemoryRaceDetector.cpp:14:
ocelot/ocelot/translator/interface/Translator.h:67:34: error: expected
primary-expression before '{' token
Version: latest from svn
Fix: need to add "-std=c++11" instead of "-std=c++0x" to
ocelot/scripts/build_environment.py and other config scripts.
Original issue reported on code.google.com by volyrkr on 2 Jul 2013 at 5:09
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
volyrkr
on 2 Jul 2013 at 5:09The text was updated successfully, but these errors were encountered: