![]() |
Next Version Support -info.
[CODE] $ ./clLucas -info 1398269 Platform 0 : Advanced Micro Devices, Inc. Platform :Advanced Micro Devices, Inc. Device 0 : Capeverde Build Options are : -D KHR_DP_EXTENSION CL_DEVICE_NAME : Capeverde CL_DEVICE_VENDOR : Advanced Micro Devices, Inc. CL_DEVICE_VERSION : OpenCL 1.2 AMD-APP (1800.8) CL_DRIVER_VERSION : 1800.8 (VM) CL_DEVICE_MAX_COMPUTE_UNITS : 8 CL_DEVICE_MAX_CLOCK_FREQUENCY : 800 CL_DEVICE_GLOBAL_MEM_SIZE : 879755264 CL_DEVICE_MAX_WORK_GROUP_SIZE : 256 CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE : 1 Starting M1398269 fft length = 72K [/CODE] |
1 Attachment(s)
Hi,
New Version. Fix: [URL="http://mersenneforum.org/showpost.php?p=418882&postcount=357"]#357[/URL] [URL="http://mersenneforum.org/showpost.php?p=419183&postcount=360"]#360[/URL] Change: CUDALucas.ini to clLucas.ini -cufftbench to -clfftbench Support: -info [CODE] clLucas.1.033$ ./clLucas -info Platform 0 : Advanced Micro Devices, Inc. Platform :Advanced Micro Devices, Inc. Device 0 : Capeverde Build Options are : -D KHR_DP_EXTENSION CL_DEVICE_NAME Capeverde CL_DEVICE_VENDOR Advanced Micro Devices, Inc. CL_DEVICE_VERSION OpenCL 1.2 AMD-APP (1800.8) CL_DRIVER_VERSION 1800.8 (VM) CL_DEVICE_MAX_COMPUTE_UNITS 8 CL_DEVICE_MAX_CLOCK_FREQUENCY 800 CL_DEVICE_GLOBAL_MEM_SIZE 1026555904 CL_DEVICE_MAX_WORK_GROUP_SIZE 256 CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE 1 Can't open workfile worktodo.txt [/CODE] |
Would anyone like to run another double check on 36820187? I ran one using cllucas and got a different residue.
[URL]http://www.mersenne.org/report_exponent/?exp_lo=36820187&full=1[/URL] |
[QUOTE=fregames;419757]Would anyone like to run another double check on 36820187? I ran one using cllucas and got a different residue.
[URL]http://www.mersenne.org/report_exponent/?exp_lo=36820187&full=1[/URL][/QUOTE] Mark Rose picked it up/was assigned by Primenet. TC will be done soon. |
1 Attachment(s)
[QUOTE=msft;419607]Hi,
New Version. Fix: [URL="http://mersenneforum.org/showpost.php?p=418882&postcount=357"]#357[/URL] [URL="http://mersenneforum.org/showpost.php?p=419183&postcount=360"]#360[/URL] Change: CUDALucas.ini to clLucas.ini -cufftbench to -clfftbench Support: -info [CODE] clLucas.1.033$ ./clLucas -info Platform 0 : Advanced Micro Devices, Inc. Platform :Advanced Micro Devices, Inc. Device 0 : Capeverde Build Options are : -D KHR_DP_EXTENSION CL_DEVICE_NAME Capeverde CL_DEVICE_VENDOR Advanced Micro Devices, Inc. CL_DEVICE_VERSION OpenCL 1.2 AMD-APP (1800.8) CL_DRIVER_VERSION 1800.8 (VM) CL_DEVICE_MAX_COMPUTE_UNITS 8 CL_DEVICE_MAX_CLOCK_FREQUENCY 800 CL_DEVICE_GLOBAL_MEM_SIZE 1026555904 CL_DEVICE_MAX_WORK_GROUP_SIZE 256 CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE 1 Can't open workfile worktodo.txt [/CODE][/QUOTE] x64 binaries for Windows. :smile: |
[QUOTE=sdbardwick;419765]Mark Rose picked it up/was assigned by Primenet. TC will be done soon.[/QUOTE]
Thanks for that note. I thought I had replied saying I took it, but I guess not! It should be done in a couple of days. |
Hi,
R9 nano(Standard clock,clFFT 2.8) Benchmark. [CODE] Iteration 20000 M( 37156667 )C, 0x138511d6c39da5b9, n = 2048K, clLucas v1.033 err = 0.1064 (0:23 real, 2.3069 ms/iter, ETA 23:47:34) Iteration 20000 M( 75002911 )C, 0x777b6635d6b78b75, n = 4096K, clLucas v1.033 err = 0.2188 (0:42 real, 4.1623 ms/iter, ETA 86:41:31) Iteration 20000 M( 148000003 )C, 0xac833814c4c90a5f, n = 8192K, clLucas v1.033 err = 0.2305 (1:20 real, 7.9961 ms/iter, ETA 328:41:07) Iteration 20000 M( 290000017 )C, 0xd347db31aa149794, n = 16384K, clLucas v1.033 err = 0.2148 (3:00 real, 17.9649 ms/iter, ETA 1447:04:11) Iteration 20000 M( 570000023 )C, 0x9cdbfecfeba3717a, n = 32768K, clLucas v1.033 err = 0.2031 (6:08 real, 36.7961 ms/iter, ETA 5825:50:40) [/CODE] |
1 Attachment(s)
Hi,
Six Step FFT version. This version only demonstration. Support (square number)*2 FFT length. Bit slow,But fun. v1.033 [CODE] Iteration 20000 M( 148000003 )C, 0xac833814c4c90a5f, n = 8192K, clLucas v1.033 err = 0.2305 (1:20 real, 7.9961 ms/iter, ETA 328:41:07) Iteration 20000 M( 570000023 )C, 0x9cdbfecfeba3717a, n = 32768K, clLucas v1.033 err = 0.2031 (6:08 real, 36.7961 ms/iter, ETA 5825:50:40) [/CODE] This version. [CODE] Iteration 20000 M( 148000003 )C, 0xac833814c4c90a5f, n = 8192K, clLucas v1.03f err = 0.1562 (1:30 real, 9.0413 ms/iter, ETA 371:38:50) Iteration 20000 M( 570000023 )C, 0x9cdbfecfeba3717a, n = 32768K, clLucas v1.03f err = 0.1406 (7:25 real, 44.4306 ms/iter, ETA 7034:36:14) [/CODE] |
Is the source available for the latest version?
|
[QUOTE=airsquirrels;420895]Is the source available for the latest version?[/QUOTE]
Should be posted as an attachment on msft's release posts? |
[QUOTE=kracker;420904]Should be posted as an attachment on msft's release posts?[/QUOTE]
Doh! I saw the post with the binaries but missed the source in the previous post. |
| All times are UTC. The time now is 13:00. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.