Julia crashes for larger PINNs?
|
|
6
|
320
|
February 11, 2024
|
Help me optimize my special solution to save VTP (VTK) file?
|
|
1
|
188
|
February 11, 2024
|
Why is the bounds-checking not elided in isassigned for `SlowSubArray`s despite an inbounds annotation?
|
|
0
|
266
|
February 10, 2024
|
Performance tips for Union Types
|
|
6
|
2657
|
February 9, 2024
|
Can this be written even faster? (CPU)
|
|
34
|
803
|
February 9, 2024
|
M. learning with regularization using Flux is too slow?
|
|
5
|
396
|
February 9, 2024
|
Why is garbage collection called here?
|
|
11
|
369
|
February 8, 2024
|
What is meant by this tip for StaticArrays?
|
|
6
|
509
|
February 6, 2024
|
How can I fix the type instability
|
|
3
|
299
|
February 5, 2024
|
Allocations in broadcasted assignment (StackOverflow question)
|
|
2
|
236
|
February 4, 2024
|
Memory build-up when loading DataFrames in a loop
|
|
2
|
150
|
February 3, 2024
|
Unreasonably fast FFT on CUDA
|
|
8
|
797
|
February 3, 2024
|
Help with this code (deallocation/pointers on sparse matrices)
|
|
31
|
618
|
February 3, 2024
|
Why does profiling suggest that integer comparison dominates broadcasted assignment?
|
|
4
|
278
|
February 3, 2024
|
Fast allocation of blocks in sparse matrix
|
|
7
|
296
|
February 2, 2024
|
Double checking there is no multi-threaded dense x sparse matmul implementation
|
|
7
|
569
|
February 1, 2024
|
LinearAlgebra.inv! not exported, in-place inversion
|
|
5
|
232
|
February 1, 2024
|
Sparse matrices copy arrays, do not view them
|
|
18
|
456
|
January 31, 2024
|
Bounds check outside loop affects loop performance
|
|
0
|
138
|
January 31, 2024
|
Type Instability using StaticArrays that I dont get
|
|
4
|
219
|
January 31, 2024
|
Functors instead of arrays, matrices etc
|
|
22
|
706
|
January 30, 2024
|
Large amount of memory allocation when using autodiff and IPNewton
|
|
1
|
111
|
January 30, 2024
|
Upper boundary for dispatch in Julia
|
|
15
|
601
|
January 30, 2024
|
Unexpected allocation
|
|
7
|
303
|
January 30, 2024
|
Parallelizing over an iterable
|
|
18
|
670
|
January 29, 2024
|
Cthulhu.jl showing unstable return type
|
|
5
|
317
|
January 29, 2024
|
Matrix storage
|
|
11
|
376
|
January 27, 2024
|
Remove bounds checking for the entire program
|
|
8
|
436
|
January 27, 2024
|
Removing undesirable allocations in some functions
|
|
15
|
372
|
January 27, 2024
|
Compiler doesn't know the type of real.(vec) in compile time
|
|
6
|
209
|
January 27, 2024
|