nguyenminhduc9988 / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

error ---- ir::PTXOperand::AddressMode' is not a class or namespace #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1../build.py --install
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
2.0

Please provide any additional information below.
in ocelot/analysis/implementation/DivergenceAnalysis.cpp

ir::PTXOperand::AddressMode::Special
should be
ir::PTXOperand::Special

also similar error in  ocelot/analysis/implementation/SyncEliminationPass.cpp

Original issue reported on code.google.com by juvesea...@gmail.com on 31 Mar 2011 at 4:28

GoogleCodeExporter commented 9 years ago
similar problem in 
ocelot/parser/implementation/PTXParser.cpp:59: error: 
'ir::PTXOperand::DataType' is not a class or namespace

Original comment by juvesea...@gmail.com on 31 Mar 2011 at 5:35

GoogleCodeExporter commented 9 years ago
Thanks for the report, I'm looking at these now...

Original comment by gregory....@gatech.edu on 8 Apr 2011 at 8:31

GoogleCodeExporter commented 9 years ago
Fixed in r1164, please verify.

Original comment by gregory....@gatech.edu on 8 Apr 2011 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by mailsud...@gmail.com on 15 Apr 2011 at 9:43