|
Benchmark function that uses CUDA.jl
|
|
2
|
782
|
November 7, 2021
|
|
Function closure with large arrays/matrices scaling horribly
|
|
6
|
562
|
November 6, 2021
|
|
Why is sorting matrices allocating and why is it sometimes slower than the naive approach?
|
|
11
|
639
|
November 6, 2021
|
|
Collecting all solutions in a recursive branching algorithm
|
|
13
|
1868
|
November 5, 2021
|
|
How to reduce memory allocations in the Sieve of Eratosthenes?
|
|
8
|
1238
|
November 5, 2021
|
|
Is there an in-place alternative to +=, *=, etc.?
|
|
1
|
518
|
November 5, 2021
|
|
Improving performance of a number of functions for large scale gradient based optimization
|
|
11
|
950
|
November 5, 2021
|
|
Where is the extra memory allocation?
|
|
11
|
729
|
November 5, 2021
|
|
Finite element method interpolation performance
|
|
3
|
460
|
November 5, 2021
|
|
How to improve the speed of "inpolygon"?
|
|
5
|
940
|
November 4, 2021
|
|
Shared memory computation inside of each task of parallel map
|
|
5
|
793
|
November 4, 2021
|
|
Simple type problem
|
|
2
|
385
|
November 4, 2021
|
|
Multithreading problem
|
|
10
|
913
|
November 4, 2021
|
|
Alternative to very time-consuming array operations
|
|
9
|
694
|
November 4, 2021
|
|
Get distances of many points within a max range, any performance improvements?
|
|
8
|
495
|
November 3, 2021
|
|
Improving Performance of a Loop
|
|
9
|
552
|
November 3, 2021
|
|
Why is a, b = rand(2) so bad?
|
|
9
|
1072
|
November 3, 2021
|
|
Assigning values in for loop allocates memory
|
|
3
|
568
|
November 3, 2021
|
|
TimerOutputs and --track-allocation=user
|
|
0
|
312
|
November 3, 2021
|
|
Stuck with another allocation question
|
|
2
|
298
|
November 3, 2021
|
|
Distributing loops across threads manually (something like OpenMP)
|
|
14
|
1514
|
November 2, 2021
|
|
How can I parallelize my Neural Network training
|
|
0
|
515
|
November 2, 2021
|
|
For loop optimization
|
|
3
|
1728
|
October 31, 2021
|
|
Efficient trace of product of matrices
|
|
15
|
2680
|
October 30, 2021
|
|
Heroku – Memory quota vastly exceeded
|
|
10
|
3340
|
October 29, 2021
|
|
OutOfMemory() when loading a database of images
|
|
9
|
684
|
October 28, 2021
|
|
How does function inlining reflect on the profiling output?
|
|
1
|
701
|
October 28, 2021
|
|
Dynamic dispatch with Union{Nothing, ...}
|
|
8
|
774
|
October 28, 2021
|
|
Controls the number of LBFGS iterations with optim.jl
|
|
5
|
1591
|
October 28, 2021
|
|
Easy way to run benchmarks quickly
|
|
2
|
449
|
October 27, 2021
|