Forum: GPU Computing
2020-10-20, 19:01
|
Replies: 1
Views: 2,429
|
Forum: Programming
2017-07-28, 02:36
|
Replies: 13
Views: 3,162
|
Forum: FactorDB
2017-01-23, 02:50
|
Replies: 6
Views: 3,686
This limit depends on the browser and server...
This limit depends on the browser and server configuration. In any case, large amounts of data should not be included in the URL. Instead they should be in the body of the HTTP request. But I guess...
|
Forum: Tales From the Crypt(o)
2016-12-24, 02:35
|
Replies: 0
Views: 4,613
|
Forum: Computer Science & Computational Number Theory
2016-03-27, 00:37
|
Replies: 2
Views: 2,673
|
Forum: Computer Science & Computational Number Theory
2016-03-25, 02:05
|
Replies: 2
Views: 2,673
Fast modular reduction for primes < 512 bits?
Hi,
I'm working on an implementation of Pollard's Rho for elliptic curves over prime fields.
Currently it's using the Barrett Reduction but I'm wondering if there is anything faster for general...
|
Forum: Hardware
2014-11-23, 17:57
|
Replies: 12
Views: 2,079
|
Forum: Programming
2014-11-15, 05:14
|
Replies: 10
Views: 1,981
You can write to constant memory using the...
You can write to constant memory using the cudaMemcpyToSymbol (http://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY.html#group__CUDART__MEMORY_1g2a229a704ade54887f7784e2e2dbd895)...
|
Forum: Programming
2014-11-15, 02:41
|
Replies: 10
Views: 1,981
Hi,
How large is this array, and how often...
Hi,
How large is this array, and how often is it accessed, and what is the access pattern?
You'll probably want to put this in constant memory or shared memory.
If you put it in constant...
|