SkillAgentSearch skills...

Nvrtc.torch

Torch7 bindings for CUDA NVRTC (runtime compilation) library

Install / Use

/learn @szagoruyko/Nvrtc.torch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

nvrtc.torch

Torch7 bindings for CUDA NVRTC (runtime compilation) library http://docs.nvidia.com/cuda/nvrtc/index.html

Requires CUDA 7 installation.

Example of usage:

local nvrtc = require 'nvrtc'
local ptx = nvrtc.compileReturnPTX(kernel)

where kernel is a lua string with CUDA kernel code. Returned PTX can be loaded and ran with CUDA Driver API. More examples coming.

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated6y ago
Forks1

Languages

Lua

Security Score

70/100

Audited on Aug 18, 2019

No findings