Giter Site home page Giter Site logo

Comments (4)

andreasdominik avatar andreasdominik commented on June 13, 2024

... maybe I need to say in addition:
normal multiplication of CuArrays in the gpu works fine; i.e. cuda is functional.

from knet.jl.

andreasdominik avatar andreasdominik commented on June 13, 2024

O.K. - CUDA.cached_memory() is only available on driver >= 11.3
That's it.
We try to update - and get rid of tensorflow that cannot handle the new driver versions^^
Srry for opening and closing the issue - but so it's alt least documented for the rest of the world...

from knet.jl.

andreasdominik avatar andreasdominik commented on June 13, 2024

closed but it becomes more weird:
I found a docker container on the server with Cuda 11.0 - and it works:

using Knet
smi = `nvidia-smi`; run(smi)
x = rand(Float32, 24,24,3,4) |> CuArray
w = param(5,5,3,8)
size(conv4(w,x))

Wed Jun  1 13:28:34 2022       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.191.01   Driver Version: 450.191.01   CUDA Version: 11.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  Tesla V100-PCIE...  Off  | 00000000:03:00.0 Off |                    0 |
| N/A   29C    P0    34W / 250W |  19301MiB / 32510MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

(20, 20, 8, 4)

from knet.jl.

andreasdominik avatar andreasdominik commented on June 13, 2024

indeed - the longer I try to find out what's going on here, I get more confused; maybe it is better to re-open it..

from knet.jl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.