Computing L1 norm between vectors: julian way
|
|
14
|
1848
|
April 6, 2021
|
The most general way to estimate the optimal arguments for @cuda macro
|
|
6
|
1779
|
April 6, 2021
|
Fast computation of Grammian of matrix
|
|
11
|
1517
|
April 6, 2021
|
Accelerate Non-linear function evaluation
|
|
17
|
1316
|
April 6, 2021
|
Economy-sized QR decomposition
|
|
10
|
2140
|
April 6, 2021
|
Fast 4D argmax
|
|
26
|
2141
|
April 6, 2021
|
Julia slows down after computer upgrade
|
|
15
|
1072
|
April 6, 2021
|
How to avoid boxed function names in closures?
|
|
6
|
807
|
April 5, 2021
|
CAS benchmarks (Symbolics.jl and Maxima)
|
|
36
|
9195
|
April 5, 2021
|
Trivial question about workers on a cluster
|
|
1
|
374
|
April 3, 2021
|
How to implement embeddings in Flux that aren't tragically slow?
|
|
3
|
1504
|
April 3, 2021
|
Question about floating-point precision in summation
|
|
22
|
2617
|
April 2, 2021
|
Threads.@threads with ONE thread: how to remove the overhead?
|
|
10
|
4028
|
April 2, 2021
|
Restructuring Performant Code (C, Pascal) with Type Unions and Pointers
|
|
11
|
806
|
April 2, 2021
|
LoopVectorization.jl's @avx does not store results
|
|
9
|
704
|
April 2, 2021
|
Ref() which doesn't escape inside a function allocates on the heap
|
|
1
|
593
|
April 2, 2021
|
Does this lose the benefit of QR decomposition?
|
|
2
|
664
|
April 1, 2021
|
Drop of performances with Julia 1.6.0 for InterpolationKernels
|
|
40
|
2486
|
April 1, 2021
|
Recompiling functions with infrequently mutating constant
|
|
7
|
503
|
April 1, 2021
|
Tuple indexing taking time?
|
|
25
|
948
|
April 1, 2021
|
Radial Basis Surrogate
|
|
6
|
732
|
April 1, 2021
|
New scientific computing benchmark - Network of differential equations
|
|
8
|
1693
|
March 31, 2021
|
Performance of computing the diagonal of V' * A *V
|
|
10
|
772
|
March 31, 2021
|
Implementing option to profile a script as environment variable or command line argument
|
|
4
|
533
|
March 31, 2021
|
CUDA.jl tutorial code kernel slower than broadcast
|
|
4
|
689
|
March 30, 2021
|
Why is plotting with GR faster when using GR_jll and `@ccall` directly
|
|
9
|
797
|
March 30, 2021
|
Speed Up For Loop for Bounds Checking
|
|
5
|
517
|
March 29, 2021
|
Sqrt(abs(x)) is even faster than sqrt!
|
|
11
|
1597
|
March 29, 2021
|
Why is there memory allocation and time difference in @views and view?
|
|
9
|
485
|
March 29, 2021
|
Avoid allocation of small arrays in median, extrema, etc
|
|
23
|
1076
|
March 28, 2021
|