Code Monkey home page Code Monkey logo

eigenmap_gpu's People

Contributors

hcho3 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

joonvan

eigenmap_gpu's Issues

Problem with magma_dstedx()

When I make the MakeFile and it reaches the objective line lanczos.o it reports a problem.
Namely, in line 123 of lanczos.cu, the function magma_dstedx() has the first input set as a character as shown here:
magma_dstedx('I', LANCZOS_ITR, 0, 1, 1, LANCZOS_ITR, &alpha[1], &beta[1], eigvec, LANCZOS_ITR, work, lwork, iwork, liwork, dwork, &info);
and this gives the following error:

lanczos.cu(123): error: argument of type "char" is incompatible with parameter of type "magma_range_t"

1 error detected in the compilation of "/tmp/tmpxft_00005bbf_00000000-6_lanczos.cpp1.ii".
Makefile:50: recipe for target 'lanczos.o' failed.

Any idea?

Thank you,

Ahmad

Problem with AtomicAdd()

Hello, and thank you for sharing.

I am facing a problem with the Makefile compilation. When I run Makefile in eigenmap_gpu directory, specifically when it reaches target book.o, I get an error telling me that the function atomicAdd is already defined as seen below.

**_nvcc -arch=sm_35 -rdc=true -c book.cu -o book.o -Xcompiler -fPIC -I./matio/include
book.cu(161): error: function "atomicAdd(double *, double)" has already been defined

1 error detected in the compilation of "/tmp/tmpxft_00002825_00000000-4_book.cpp4.ii".
Makefile:47: recipe for target 'book.o' failed
make: *** [book.o] Error 2_**

I looked around and apparently it may be a problem that has to do with the cuda version, but I am still uncertain of what to do.

I am using Ubuntu 18.04, with nvidia-driver 390, and its compatible version of Cuda, which is 9.1.
I also made sure that matio, Atlas and Magma are in their correct locations, and made sure that said locations are defined in the Makefile.

Thank you for your help

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.