python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Julia CUDA - Saving intermediate kernel results without CPU
Consider the following CUDA kernel, which computes the mean of each row of a 2-D matrix.
using CUDA
function mean!(x, n, out)
"""out = sum(x, dims=2)"""
row_idx ...
A is for Ambition
Votes: 0
Answers: 1
Capture windows behind my window using GPU and without changing window affinity
I want to capture all windows except my own window and I need this to be as fast as possible (in terms of FPS). Now, there are couple of similar questions already asked and answered, but none of them ...

n0p
Votes: 0
Answers: 0
TensorFlow Keras can't handle numpy array larger than gpu memory
I'm trying to handle a sample matrix with a weight of more than 25GB. The problem I got a GPU with only 12GB memory.
I thought that tenorflow will take small batches of the matrix from the ram to gRam...
material bug
Votes: 0
Answers: 0
GPU availability check
I am trying to test that my Jupyter notebook is using the GPU or not but when I check with this code, It shows me '0' GPU's available. But, My system is i7 10th Generation and GEFORCE RTX 2060. I have...
hemanth vema
Votes: 0
Answers: 1