Giter Site home page Giter Site logo

Comments (4)

acejam avatar acejam commented on July 22, 2024

Any findings on this issue? I'm ran into the same error.

from vanitygen.

BlinkyStitt avatar BlinkyStitt commented on July 22, 2024

Samr7 hasn't been active with this repo. You might want to check out my fork at https://github.com/WyseNynja/vanitygen. It's easy to install with my brew tap at https://github.com/WyseNynja/homebrew-bitcoin and has various fixes that might help you

from vanitygen.

JustinTArthur avatar JustinTArthur commented on July 22, 2024

This is similar to the roadblocks encountered by other projects when they tried to support the AMD-powered Mac Pro:

Sadly, there is no useful information returned by AMD's compiler to help address these issues.

@kknox do you know anyone at AMD that projects can talk to about escalating this (whether it be with AMD or with Apple)? At one point, there was a Developer Outreach manager we could talk to.

from vanitygen.

 avatar commented on July 22, 2024

This is what appeared to my problem when porting a CUDA kernel to OpenCL
original CUDA code:
float h = floorf(f);\n
Compiling with OpenCL gave the same error like you: "Error returned by cvms_element_build_from_source"
Now in OpenCL there is no 'floorf' function. Just 'floor' (https://www.khronos.org/registry/cl/sdk/1.0/docs/man/xhtml/mathFunctions.html)
So the solution was as simple as:
float h = floor(f);\n
There are a number of these kinds of 'f'-functions like: fabsf, floorf, cosf etc... that may not be supported by OpenCL.

from vanitygen.

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.