Bitcoin Forum
May 12, 2024, 05:28:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 »
  Print  
Author Topic: ATTN Litecoin GPU Miners - Scrypt support for cgminer  (Read 175820 times)
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 09:29:26 AM
 #501

Everything looks in order there, but it's still failing. How much system ram do you have? Try forcing smaller multiples of 1792 for thread concurrency. Eg --thread-concurrency 1792 , then 3584, then 5376.
system RAM : 1GB ( free >512MB sfter system load )

BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715491705
Hero Member
*
Offline Offline

Posts: 1715491705

View Profile Personal Message (Offline)

Ignore
1715491705
Reply with quote  #2

1715491705
Report to moderator
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
July 29, 2012, 09:33:09 AM
 #502

Everything looks in order there, but it's still failing. How much system ram do you have? Try forcing smaller multiples of 1792 for thread concurrency. Eg --thread-concurrency 1792 , then 3584, then 5376.
system RAM : 1GB
This could well be a limiting factor because it needs both system and gpu ram... Maybe try concurrency of 1792 but increase lookup gap from the default of 2.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 09:35:05 AM
 #503

--thread-concurrency 1792  - work = 4.0Kh/s
--thread-concurrency 3584  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--thread-concurrency 5376  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
July 29, 2012, 09:37:12 AM
 #504

Come on guys, if not you no one can't help, give ideas    Embarrassed

Try this
--scrypt --worksize 256 --lookup-gap 2 --thread-concurrency 8192 -g 1 --intensity 16
--scrypt --worksize 256 --lookup-gap 2 --thread-concurrency 16364 -g 1 --intensity 16 (if buffer permit)
Result I don't promise

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
July 29, 2012, 09:38:57 AM
 #505

--thread-concurrency 1792  - work = 4.0Kh/s
--thread-concurrency 3584  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--thread-concurrency 5376  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
Clearly your low system ram is screwing you over. Are you setting an intensity with those? --thread-concurrency 1792 will safely take -I 12

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
July 29, 2012, 09:40:25 AM
 #506

--thread-concurrency 1792  - work = 4.0Kh/s
--thread-concurrency 3584  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--thread-concurrency 5376  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

I have this error (in linux)
Resolved by "export GPU_USE_SYNC_OBJECTS=1" and "export GPU_MAX_ALLOC_PERCENT=100"
how to do it in windows I don't know

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 09:42:02 AM
 #507

I have this error (in linux)
Resolved by "export GPU_USE_SYNC_OBJECTS"
how to do it in windows I don't know

windows 7 x64
gpu driver 12.6
sdk 2.7

penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
July 29, 2012, 09:43:13 AM
 #508

I have this error (in linux)
Resolved by "export GPU_USE_SYNC_OBJECTS"
how to do it in windows I don't know

windows 7 x64
gpu driver 12.6
sdk 2.7

same drivers and sdk in linux x64

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
July 29, 2012, 09:43:20 AM
 #509

--thread-concurrency 1792  - work = 4.0Kh/s
--thread-concurrency 3584  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--thread-concurrency 5376  - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

I have this error (in linux)
Resolved by "export GPU_USE_SYNC_OBJECTS=1" and "export GPU_MAX_ALLOC_PERCENT=100"
how to do it in windows I don't know
The only way to do it in windows is to reboot into linux.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 09:45:28 AM
 #510

This could well be a limiting factor because it needs both system and gpu ram... Maybe try concurrency of 1792 but increase lookup gap from the default of 2.

--scrypt --shaders 1792 -g 1 --thread-concurrency 1792

and :

--lookup-gap 2 - work = 4.0Kh/s
--lookup-gap 3 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 4 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 5 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 6 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 7 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
July 29, 2012, 09:46:32 AM
 #511

Looks like there are new commits, I'll build them when I wake up tomorrow. Cheers
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 09:48:42 AM
 #512

Try this
--scrypt --worksize 256 --lookup-gap 2 --thread-concurrency 8192 -g 1 --intensity 16
--scrypt --worksize 256 --lookup-gap 2 --thread-concurrency 16364 -g 1 --intensity 16 (if buffer permit)
Result I don't promise

--scrypt --worksize 256 --lookup-gap 2 --thread-concurrency 8192 -g 1 --intensity 16
- crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

--scrypt --worksize 256 --lookup-gap 2 --thread-concurrency 16364 -g 1 --intensity 16 (if buffer permit)
- crash = Error -61: clCreateBuffer (padbuffer8), decrease CT or increase LG

penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
July 29, 2012, 09:50:14 AM
 #513

This could well be a limiting factor because it needs both system and gpu ram... Maybe try concurrency of 1792 but increase lookup gap from the default of 2.

--scrypt --shaders 1792 -g 1 --thread-concurrency 1792

and :

--lookup-gap 2 - work = 4.0Kh/s
--lookup-gap 3 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 4 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 5 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 6 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 7 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

only --lookup-gap 2
and -g 1

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 09:52:20 AM
 #514

only --lookup-gap 2
and -g 1
crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
July 29, 2012, 09:54:24 AM
 #515

This could well be a limiting factor because it needs both system and gpu ram... Maybe try concurrency of 1792 but increase lookup gap from the default of 2.

--scrypt --shaders 1792 -g 1 --thread-concurrency 1792

and :

--lookup-gap 2 - work = 4.0Kh/s
--lookup-gap 3 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 4 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 5 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 6 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 7 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--scrypt -g 1 --thread-concurrency 896
Then try lookup gaps of 1,2,3,4 on top

...but I think you're screwed. Mine bitcoin or get more system ram.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 09:56:25 AM
 #516

--scrypt -g 1 --thread-concurrency 896
Then try lookup gaps of 1,2,3,4 on top

...but I think you're screwed. Mine bitcoin or get more system ram.
how much total ram do you suggest

-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
July 29, 2012, 09:58:37 AM
 #517

--scrypt -g 1 --thread-concurrency 896
Then try lookup gaps of 1,2,3,4 on top

...but I think you're screwed. Mine bitcoin or get more system ram.
how much total ram do you suggest

Note I am guessing this is the problem, I am not totally sure, so I really don't even know how much to recommend. I can mine on 4x7970s with 4GB of system ram at shaders of 2048 (you have less shaders on a 7950).

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
penek
Legendary
*
Offline Offline

Activity: 976
Merit: 1003



View Profile
July 29, 2012, 10:00:57 AM
 #518

This could well be a limiting factor because it needs both system and gpu ram... Maybe try concurrency of 1792 but increase lookup gap from the default of 2.

--scrypt --shaders 1792 -g 1 --thread-concurrency 1792

and :

--lookup-gap 2 - work = 4.0Kh/s
--lookup-gap 3 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 4 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 5 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 6 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
--lookup-gap 7 - crash = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)

only --lookup-gap 2
and -g 1


I came to the result start from:
--scrypt --worksize 64 --lookup-gap 2 -g 1 --thread-concurrency {number of shaders by card} --intensity 10
and increase "worksize" and multiplying number of shaders in different variants

Edit: may be you have problem with system

Edit 2: try to reinstall (delete and install new) drivers (from amd.com)

Фaкт — caмaя yпpямaя в миpe вeщь. © M.A.Бyлгaкoв «Macтep и Mapгapитa»
nitrox
Member
**
Offline Offline

Activity: 136
Merit: 10


tester


View Profile
July 29, 2012, 10:35:17 AM
 #519

I came to the result start from:
--scrypt --worksize 64 --lookup-gap 2 -g 1 --thread-concurrency {number of shaders by card} --intensity 10
and increase "worksize" and multiplying number of shaders in different variants
Edit: may be you have problem with system
Edit 2: try to reinstall (delete and install new) drivers (from amd.com)

--scrypt --worksize 64 --lookup-gap 2 -g 1 --thread-concurrency 1792 --intensity 10  - work = ~60kH/s

with increasing --thread-concurrency = Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
only whit --thread-concurrency 1792 work but poor

with increasing over --intensity :
on intensity 11 - Accepted 100% at 135kH/s
on intensity 12 - Accepted / Rejected = 50/50 at ~270kH/s  (target-miss)
on intensity 19 - Rejected 100%  at ~490kH/s  (target-miss)

with increasing worksize to 256 with intensity 11, thread-concurrency 1792 lookup-gap 2
Accepted / Rejected = 75 / 25 at 135kH/s  (target-miss)

-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
July 29, 2012, 10:37:57 AM
 #520

Scrypt mining has now been merged into the master branch of cgminer, so you can switch to that and from now on it will be in the main release as well.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!