gtcasl / gpuocelot

GPUOCelot: A dynamic compilation framework for PTX
http://gpuocelot.gatech.edu/
BSD 3-Clause "New" or "Revised" License
280 stars 69 forks source link

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

Closed jwang323 closed 9 years ago

jwang323 commented 9 years ago

From juvesea...@gmail.com on March 31, 2011 00:28:09

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: http://code.google.com/p/gpuocelot/issues/detail?id=49

jwang323 commented 9 years ago

From juvesea...@gmail.com on March 30, 2011 22:35:57

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

jwang323 commented 9 years ago

From gregory....@gatech.edu on April 08, 2011 13:31:59

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

Status: Accepted

jwang323 commented 9 years ago

From gregory....@gatech.edu on April 08, 2011 14:27:46

Fixed in r1164 , please verify.

jwang323 commented 9 years ago

From mailsud...@gmail.com on April 15, 2011 14:43:52

Status: Fixed