Bitten by BLAS threading. Again. (Interaction w/ MPI.)
|
|
2
|
217
|
August 24, 2024
|
Fastest way to perform A * B * A’
|
|
9
|
519
|
August 13, 2024
|
Fastest way to perform A[a,:] * B * A’[:,b] where a and b are vectors of indices
|
|
5
|
85
|
August 8, 2024
|
Memory Allocation when using mul! with sparse arrays and views
|
|
4
|
380
|
July 8, 2024
|
AOCL (not MKL) acceleration on AMD Ryzen CPU's
|
|
14
|
1286
|
April 17, 2024
|
What is the current state of multi-threaded BLAS in Julia?
|
|
8
|
957
|
March 23, 2024
|
Question about Setting BLAS Threads on Cluster
|
|
0
|
189
|
January 16, 2024
|
Inplace axpy! but storing to a third arguement rather than y
|
|
4
|
224
|
December 6, 2023
|
Performance issue with multithreaded computation with matrix operations at its heart (Threads.@threads vs. BLAS threads)
|
|
7
|
372
|
November 13, 2023
|
Multiple BLISBLAS Threads on Workers
|
|
3
|
405
|
April 10, 2023
|
Batched Matrix solve in CUDA.jl
|
|
3
|
1567
|
February 1, 2023
|
What's the difference between LinearAlgebra.axpy! and BLAS.axpy!, and which one should packages extend?
|
|
0
|
401
|
December 13, 2022
|
Multithreaded LAPACK function in a Threads.@threads loop
|
|
2
|
1566
|
September 24, 2022
|
Sparse syrk() routine using Transducers.jl
|
|
0
|
283
|
August 23, 2022
|
OpenBLAS much slower on Windows than Linux
|
|
4
|
1326
|
July 23, 2022
|
BLAS performance testing for Julia 1.8
|
|
30
|
7822
|
July 19, 2022
|
Ideal number of BLAS threads
|
|
10
|
3763
|
April 27, 2022
|
Multi-threaded inverse of a matrix
|
|
6
|
990
|
April 16, 2022
|
Regarding the multithreaded performance of OpenBLAS
|
|
7
|
4837
|
January 31, 2022
|
Ccall Fortran OpenBLAS multithreading issues with Julia 1.7
|
|
7
|
1070
|
December 14, 2021
|
Convert a Current Installation of Julia to Use `BlasInt = `Int32`
|
|
0
|
665
|
September 9, 2021
|
Environment variable for BLAS.set_num_threads default?
|
|
1
|
1390
|
September 2, 2021
|
Product of two symmetric matrices: LoopVectorization.jl vs LinearAlgebra
|
|
9
|
957
|
August 31, 2021
|
Uniform scaling inplace addition with matrix
|
|
13
|
1466
|
May 7, 2021
|
LinearAlgebra.BLAS does not accept non-dense Julia Matrix type?
|
|
3
|
526
|
April 24, 2021
|
Performance of computing the diagonal of V' * A *V
|
|
10
|
742
|
March 31, 2021
|
Is there documentation on how to use MKL with libblastrampoline
|
|
2
|
808
|
February 28, 2021
|
OpenBLAS + Flux bottleknecks?
|
|
4
|
789
|
October 8, 2020
|
BLAS vs CUBLAS benchmark
|
|
13
|
5463
|
September 11, 2020
|
PermutedDimsArray slower than permutedims?
|
|
3
|
1547
|
September 10, 2020
|