ibaned / nvcc_wrapper

Wrapper shell script for NVIDIA nvcc to better conform to host compiler command line arguments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

A wrapper linux shell script for NVIDIA nvcc that:

  1. Accepts host compiler and linker command line arguments and decorates these arguments to properly pass through nvcc.
  2. Accepts file names with conventional C and C++ suffixes and decorates these arguments to properly pass to nvcc.

Maintenance and Improvement

This script is intended to be a CUDA-user community maintained and improved resource.

About

Wrapper shell script for NVIDIA nvcc to better conform to host compiler command line arguments

License:Other


Languages

Language:Shell 100.0%