CUDAnative , performance drop after several timesteps
|
|
5
|
1169
|
September 8, 2019
|
Very large compilation time (and space)
|
|
11
|
1539
|
September 6, 2019
|
Something(a, b) not shortcutting
|
|
4
|
734
|
September 6, 2019
|
Specialized Base.findfirst for ranges
|
|
2
|
403
|
September 6, 2019
|
What's the fastest to convert a String to an `Vector{T}` where `isbits(T) == true` and back again?
|
|
2
|
474
|
September 6, 2019
|
Use of Vector Libraries
|
|
5
|
1105
|
September 3, 2019
|
Chained comparisons on arrays allocating
|
|
2
|
420
|
September 2, 2019
|
Type inference and abstract interpretation
|
|
3
|
953
|
September 2, 2019
|
Generic way to create repeating tiled views?
|
|
1
|
556
|
August 30, 2019
|
Passing a function as an argument via closure
|
|
9
|
1731
|
August 28, 2019
|
How to optimize simple matrix equation solving
|
|
16
|
2297
|
August 28, 2019
|
SingularException(2) error while doing complex matrix inversion
|
|
2
|
1370
|
August 28, 2019
|
Codegen woes
|
|
30
|
2267
|
August 27, 2019
|
Type Inference for CartesianIndices(array) fail when the dimension of the array is too large
|
|
3
|
451
|
August 25, 2019
|
Iteration with CartesianIndices(array) is slow when the dimension of the array is large
|
|
2
|
815
|
August 25, 2019
|
Julia v1.3 runs this script at least 10x slower than Julia v1.1 on my computer
|
|
3
|
1446
|
August 24, 2019
|
Help speeding up a test progam from a book
|
|
38
|
5751
|
August 23, 2019
|
The first for loop execution
|
|
6
|
757
|
August 23, 2019
|
Performance of map!()
|
|
12
|
2837
|
August 23, 2019
|
Speeding up DifferentialEquations solver by using different time steps for an ODE
|
|
3
|
2575
|
August 22, 2019
|
Running out of memory saving files with HDF5
|
|
7
|
1722
|
August 22, 2019
|
Extra allocation in @thread loop in v1.2
|
|
2
|
683
|
August 21, 2019
|
Difference between Set{Int}() and BitSet()
|
|
2
|
2688
|
August 20, 2019
|
Benchmarking and Pkg.test()
|
|
3
|
617
|
August 19, 2019
|
Is Shared Memory Parallel Tasks Possible in Julia?
|
|
4
|
1672
|
August 17, 2019
|
SVector vs Vec usage: Why do I have an 8x speedup in a simple example?
|
|
7
|
1043
|
August 17, 2019
|
Loop over multi-dimensional array optimization
|
|
9
|
1107
|
August 15, 2019
|
Native (oversimplified) Julia gemm implementation
|
|
6
|
1175
|
August 15, 2019
|
Relative performance discrepancy across cpus even with --cpu-target set
|
|
5
|
1020
|
August 14, 2019
|
How to speed up a generic function evaluating multiple array calculations
|
|
3
|
766
|
August 13, 2019
|