Giter VIP home page Giter VIP logo

Comments (4)

jrprice avatar jrprice commented on July 23, 2024 2

I pushed a commit that adds support for LLVM 11 earlier today: 5c781c5

I hit the same test failures as you, which were caused by the use of getShuffleMaskForBitcode(). Instead, I just used the constant mask values which you can get with getMaskValue(). Otherwise your changes sounds like they are the same as mine.

from oclgrind.

jrprice avatar jrprice commented on July 23, 2024 1

what is the difference between getShuffleMaskForBitcode() and getMaskValue()? Why did it cause the test failures, and why changing to getMaskValue solved the problem?

getShuffleMaskForBitcode() returns the LLVM IR representation of the mask (a llvm::Constant object), whereas getMaskValue() just returns the actual int value of the mask. The problem with getShuffleMaskForBitcode() was that the type of llvm::Constant being used wasn't handled by WorkItem::getOperand() (which maps an LLVM object to its actual value). This probably could have been fixed quite easily, but doing so was unnecessary since we can just get the mask value directly from the instruction instead with getMaskValue().

Hope that helps!

from oclgrind.

huypn12 avatar huypn12 commented on July 23, 2024

Nice, I will try it. Thank you.

from oclgrind.

huypn12 avatar huypn12 commented on July 23, 2024

In case you have time to answer :)
what is the difference between getShuffleMaskForBitcode() and getMaskValue()? Why did it cause the test failures, and why changing to getMaskValue solved the problem?

from oclgrind.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.