Giter Club home page Giter Club logo

codesamples's People

Contributors

snosixtyboo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

codesamples's Issues

Tensor Cores Compile Error

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.2\include\cublas_v2.h(59): fatal error C1189: #error: "It is an error to include both cublas.h and cublas_v2.h"

Due to the clear error message, I think more information is not needed, just ask me if you need any more.

[08_Reductions] Computed CPU value & reduceAtomicGlobal get wrong value

When I ran this code. i realize that the sum of vector of cpu method and reduceAtomicGlobal method are difference from another method if N > 16'777'217.
And of course the sum of vector is wrong.
Can you help me point out why It hapen.

You can see my console log.
The Expected value is not 42e9 because I fill each element in vector vals is 1.0f

Expected value: 1e+09

BFD: /lib/x86_64-linux-gnu/libutil.so.1: unknown type [0x13] section `.relr.dyn'
==== CPU Reduction ====

Computed CPU value: 1.67772e+07
==== GPU Reductions ====

       Atomic Global    1755.09ms       1.67772e+07
       Atomic Shared    1497.08ms       1e+09
       Reduce Shared    780.611ms       1e+09
      Reduce Shuffle    670.465ms       1e+09
        Reduce Final    409.837ms       1e+09

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.