Coder Social home page Coder Social logo

Comments (4)

nathantsoi avatar nathantsoi commented on June 18, 2024 4

@mdoijade, just an FYI -- it would be useful to have all the headers here, as other packages depend on these files: e.g. OpenKinect/libfreenect2#777 (comment)

and installing from the runfile is inconvenient in a docker container, for example.

from cuda-samples.

mdoijade avatar mdoijade commented on June 18, 2024 2

@nathantsoi @rickstaa helper_math.h is now added to the repo. https://github.com/NVIDIA/cuda-samples/tree/10.1.2

from cuda-samples.

rickstaa avatar rickstaa commented on June 18, 2024 1

@mdoijade First of all, thanks a lot for including the helper_math.h. I however still had one problem when installing a package which has the headers as a dependency. This is caused by a difference in the folder structure of the NVIDIA_CUDA-10.0_Samples folder that is included with the drivers and the one present in this repository. Due to this difference, the packages using these headers still throw an exception. I now solve this by renaming the Common and Common/Common folders, but it might be helpful to change this to improve consistency.

Included NVIDIA_CUDA-10.0_Samples tree

NVIDIA_CUDA-10.0_Samples/
├── 0_Simple
├── 1_Utilities
├── 2_Graphics
├── 3_Imaging
├── 4_Finance
├── 5_Simulations
├── 6_Advanced
├── 7_CUDALibraries
├── common
│   ├── data
│   ├── findgllib.mk
│   ├── inc
│   ├── lib
│   └── src
├── EULA.txt
└── Makefile

This repository

NVIDIA_CUDA-10.0_Samples/
├── common
│   ├── drvapi_error_string.h
│   ├── exception.h
│   ├── helper_cuda.h
│   ├── helper_cuda_drvapi.h
│   ├── helper_functions.h
│   ├── helper_image.h
│   ├── helper_string.h
│   ├── helper_timer.h
│   └── nvrtc_helper.h
├── LICENSE
├── Makefile
├── README.md
└── Samples

from cuda-samples.

mdoijade avatar mdoijade commented on June 18, 2024

@rickstaa helper_math.h is not been added to this repo because no existing samples in it currently needs it.
In future when such samples are added we would add it.

from cuda-samples.

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.