How do we compute the gradient and Laplacian of a neural network using GPU?
|
|
9
|
229
|
November 19, 2024
|
GPU Julia vs GPU Matlab
|
|
61
|
802
|
November 18, 2024
|
CUDA Error : ArgumentError: Objects are on devices with different types: CPUDevice and CUDADevice
|
|
4
|
33
|
October 23, 2024
|
Scalar indexing is disallowed - ODE solve using GPU
|
|
2
|
59
|
October 23, 2024
|
Can I move an array asynchronously from main program to CUDA?
|
|
6
|
132
|
September 30, 2024
|
[ANN] AcceleratedKernels.jl - Cross-architecture parallel algorithms for Julia's GPU backends
|
|
16
|
1074
|
September 27, 2024
|
Why fft with MEASURE plan 10x slower than calling fft directly with CUDA.CUFFT?
|
|
7
|
151
|
September 22, 2024
|
JUHPC: HPC setup for Juliaup, Julia and some HPC key packages
|
|
0
|
372
|
September 18, 2024
|
Improving GPU performance for symbolic regression
|
|
14
|
926
|
September 12, 2024
|
Clever design for basis arrays
|
|
3
|
128
|
September 6, 2024
|
Testing GPU compatability in CI
|
|
2
|
65
|
September 4, 2024
|
[ANN] WaterLily.jl: A differentiable fluid simulator with fast heterogeneous execution
|
|
9
|
1768
|
August 29, 2024
|
Why Random.jl is fixed to version 0.0.0?
|
|
8
|
636
|
August 26, 2024
|
Synchronize streams in CUDA.jl
|
|
11
|
186
|
August 23, 2024
|
Putting obj files on the GPU with Metal.jl
|
|
0
|
39
|
August 20, 2024
|
Parallelize differential equation solve with interpolated forcing function
|
|
0
|
30
|
August 14, 2024
|
Ray Tracing in a week-end - Julia vs SIMD-optimized C++
|
|
81
|
13608
|
August 9, 2024
|
JulianCon 2024 Dagger Workshop Information
|
|
5
|
735
|
August 6, 2024
|
Delays shown in Nsight Systems between HtoD memcopy and kernel launch when using CUDA.jl
|
|
9
|
175
|
July 31, 2024
|
Tips for handling large Datasets with a lot of preprocessing
|
|
1
|
100
|
July 27, 2024
|
Variable scoping issue when using multiple GPUs in CUDA.jl
|
|
1
|
35
|
July 17, 2024
|
External functions in GPU ODE example
|
|
7
|
174
|
July 11, 2024
|
Solving ODE on GPU from Python with DifferentialEquations.jl
|
|
10
|
730
|
July 6, 2024
|
Neural Nets training with multiple Chains Lux.jl and LuxCUDA.jl: LoadError: AssertionError: length(init_params) == length(depvars) when using multi chains in NeuralPDE.jl GPU example
|
|
2
|
84
|
July 2, 2024
|
Multhreading & GPU memory management
|
|
11
|
274
|
June 29, 2024
|
Getting started with Metal.jl
|
|
1
|
288
|
June 28, 2024
|
Do a function like relu need a kernel ? When you need to write a GPU kernel rather than "just" using CuArray?
|
|
3
|
162
|
June 26, 2024
|
How to switch between function definitions for using CUDA.jl
|
|
3
|
148
|
June 23, 2024
|
Scalar Indexing error when performing mul!(A, B, C) with A a view of a Matrix
|
|
3
|
149
|
June 11, 2024
|
Simple CUDA kernel on matrix slower than running GPU
|
|
8
|
514
|
June 3, 2024
|