![]() |
![]() |
#1 |
"Ed Hall"
Dec 2009
Adirondack Mtns
2·2,707 Posts |
![]() Code:
<long listing of undefined references> . . . tmpxft_00001db1_00000000-5_cudakernel.compute_75.cudafe1.cpp:(.text.startup+0x9): undefined reference to `__cudaRegisterFatBinary' tmpxft_00001db1_00000000-5_cudakernel.compute_75.cudafe1.cpp:(.text.startup+0x3d): undefined reference to `__cudaRegisterFunction' tmpxft_00001db1_00000000-5_cudakernel.compute_75.cudafe1.cpp:(.text.startup+0x6b): undefined reference to `__cudaRegisterFunction' tmpxft_00001db1_00000000-5_cudakernel.compute_75.cudafe1.cpp:(.text.startup+0x95): undefined reference to `__cudaRegisterVar' tmpxft_00001db1_00000000-5_cudakernel.compute_75.cudafe1.cpp:(.text.startup+0xbd): undefined reference to `__cudaRegisterVar' tmpxft_00001db1_00000000-5_cudakernel.compute_75.cudafe1.cpp:(.text.startup+0xe5): undefined reference to `__cudaRegisterVar' tmpxft_00001db1_00000000-5_cudakernel.compute_75.cudafe1.cpp:(.text.startup+0x10e): undefined reference to `__cudaRegisterVar' collect2: error: ld returned 1 exit status Makefile:297: recipe for target 'all' failed make: *** [all] Error 1 At the risk of showing even more of my ignorance, Is this an architecture issue and I can simply add some lines of reference to the Makefiles? Last fiddled with by EdH on 2020-05-15 at 13:08 |
![]() |
![]() |
![]() |
#2 |
Sep 2008
Kansas
23·479 Posts |
![]()
Which GPU did you get for your instance? K80, P4, P100, T4?
|
![]() |
![]() |
![]() |
#3 |
Tribal Bullet
Oct 2004
3,559 Posts |
![]()
You will need a version of CUDA that supports compute capability 7.5 and a version of Visual Studio that that version of CUDA is compatible with. If you have those, both the Msieve makefile and cub/makefile list out the compute capabilities that they will compile for; you can try adding '75' to the list but I don't know if the generated code will work, or wheither the Msieve binary will select the right PTX at runtime.
You've gone from using Msieve on hardware that's too old to using Msieve on hardware that's too new. The result is probably the same :) |
![]() |
![]() |
![]() |
#4 | |
"Ed Hall"
Dec 2009
Adirondack Mtns
2×2,707 Posts |
![]()
This happened with both a K80 and a P100.
Quote:
Thanks for all the help. Off to play. . . |
|
![]() |
![]() |
![]() |
#5 |
Aug 2020
12 Posts |
![]()
Download a version of CUDA that supports compute capability 7.5 and a compatible version of Visual Studio.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Colab question | David703 | GPU to 72 | 302 | 2022-07-01 03:41 |
Colab results reported as -Anonymous- | CADuke | GPU to 72 | 3 | 2021-02-24 14:04 |
Alternatives to Google Colab | kriesel | Cloud Computing | 11 | 2020-01-14 18:45 |
How I Create a Colab Session That Factors factordb Comps with the GPU branch of GMP-ECM and msieve | EdH | EdH | 0 | 2019-12-07 19:51 |
AVX2 Troubles with Colab Instance | EdH | YAFU | 5 | 2019-11-12 01:49 |