Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Mar 7, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

Thanks for the report, I'm looking at these now...

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

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Fixed in r1164, please verify.

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

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@GoogleCodeExporter and others