Forum: Msieve
2022-10-05, 04:57
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-10-05, 03:38
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-10-04, 21:19
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-10-04, 21:16
|
Replies: 119
Views: 9,032
The branch msieve-lacuda-nfsathome-cuda11.5...
The branch msieve-lacuda-nfsathome-cuda11.5 should be fine in CUDA 10.1. The branches msieve-lacuda-nfsathome and try_openmp require newer versions of CUDA due to changes in cub and thrust.
|
Forum: Msieve
2022-10-04, 16:51
|
Replies: 119
Views: 9,032
That error is referring to line 1062 of...
That error is referring to line 1062 of gnfs/poly/stage1/stage1_sieve_gpu.c
CUDA_TRY(cuModuleLoad(&t->gpu_module, "stage1_core.ptx"))
So for some reason it can't find or load stage1_core.ptx....
|
Forum: Msieve
2022-10-04, 05:16
|
Replies: 119
Views: 9,032
You must have the files stage1_core.ptx and...
You must have the files stage1_core.ptx and lanczos_kernel.ptx in the same directory in which you are running msieve as well as sort_engine.so and spmv_engine.so in the cub subdirectory.
|
Forum: Msieve
2022-08-16, 02:52
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-08-15, 19:34
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-08-12, 17:20
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-08-11, 21:49
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-08-08, 17:24
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-08-08, 00:05
|
Replies: 119
Views: 9,032
That would be the line ...
That would be the line
CUDA_TRY(cuModuleLoad(&t->gpu_module, "stage1_core.ptx"))
Make sure you have the files stage1_core.ptx and lanczos_kernel.ptx in the same directory in which you are running...
|
Forum: Msieve
2022-08-06, 03:02
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-08-05, 17:25
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-08-05, 01:33
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-07-29, 16:50
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-07-29, 03:49
|
Replies: 119
Views: 9,032
Once you have installed the compiler and CUDA...
Once you have installed the compiler and CUDA toolkit...
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#ubuntu-installation
sudo apt install git libgmp-dev
git clone...
|
Forum: Msieve
2022-07-28, 01:22
|
Replies: 119
Views: 9,032
|
Forum: Msieve
2022-07-24, 19:57
|
Replies: 119
Views: 9,032
No threads. After compiling the...
No threads. After compiling the msieve-lacuda-nfsathome branch with the option CUDA=75, run with
-nc2 -g 0 -v
where the number after -g specifies which gpu to use. Without the -g option, it uses...
|