issues
search
NVIDIA
/
jitify
A single-header C++ library for simplifying the use of CUDA Runtime Compilation (NVRTC).
BSD 3-Clause "New" or "Revised" License
518
stars
64
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Jitify compile doesn't parse numbers with separators and suffix correctly
#135
pmattione-nvidia
opened
6 months ago
2
Bump serialization version and add tests for it
#134
benbarsdell
closed
5 months ago
0
(jitify2) Serialisation post-NVRTC
#133
Robadob
closed
12 months ago
3
Address jitify2 warnings under Visual Studio 2022
#132
Robadob
closed
9 months ago
0
Jitify2 parsing and preprocessing overhaul
#131
benbarsdell
opened
1 year ago
13
Use the loaded headers from the previous file
#130
thomasfrosio
opened
1 year ago
2
Jitify2 options handling overhaul
#129
benbarsdell
closed
5 months ago
0
Jitify2 misc fixes
#128
benbarsdell
closed
9 months ago
1
LONG_MAX fix for jitify2
#127
EnaAlogo
closed
1 year ago
0
LONG_MAX fix
#126
EnaAlogo
closed
1 year ago
2
Extend portability
#125
shunfan-shao
closed
1 year ago
0
WAR for __has_include
#124
maddyscientist
opened
1 year ago
2
Jitify2 misc fixes
#123
benbarsdell
closed
1 year ago
0
Jitify2 QUDA fixes
#122
benbarsdell
closed
1 year ago
0
Add support for nvJitLink to jitify2
#121
benbarsdell
closed
1 year ago
3
Hotfix/cuda12
#120
maddyscientist
closed
1 year ago
0
Update gtest version to fix compilation with GCC 11
#119
maddyscientist
closed
1 year ago
0
Leverage libcudacxx defines when possible
#118
robertmaynard
closed
1 year ago
1
CUDA 12 and misc fixes for jitify2
#117
benbarsdell
closed
1 year ago
0
[Help]How to include <cuda_fp16.h> in jitify?
#116
FdyCN
opened
1 year ago
3
Update CMakeLists.txt
#115
JunHuohuo
closed
1 year ago
5
jitify2_preprocess require -lpthread in linkage stage for safety
#114
JunHuohuo
closed
1 year ago
1
link impl only check libcuda for nvvm() not empty
#113
Xseventh
closed
1 year ago
0
link() lazy check libcuda for nvvm
#112
Xseventh
closed
1 year ago
1
fix template arguments, function type error
#111
Xseventh
closed
1 year ago
1
[BUG] GetNumSupportedArchs GetSupportedArchs compile error
#110
Xseventh
closed
1 year ago
2
handle escape(double quote) character used in #pragma expression
#109
JunHuohuo
closed
1 year ago
1
Add tuple_element to jitsafe tuple header
#108
MatthiasKohl
closed
1 year ago
0
Cannot use `<limits>` and `<cuda/std/limits>` in the same source file
#107
shwina
opened
2 years ago
4
Is it possible to create program from cuBin or PTX?
#106
FdyCN
opened
2 years ago
3
Add nvrtc_cli tool
#105
benbarsdell
closed
2 years ago
4
Feature/type traits climits
#104
maddyscientist
closed
2 years ago
0
Fix various limits definitions in `jitify2.hpp`
#103
shwina
closed
2 years ago
0
Allow non-standard nvcc and fix gtest warnings
#102
maddyscientist
closed
2 years ago
0
Use dlopen/LoadLibrary to link the CUDA driver lib
#101
benbarsdell
closed
2 years ago
1
Fix compilation error with MSVC 2022
#100
tafuri
closed
2 years ago
0
Add default constructors to Program, Kernel, etc.
#99
benbarsdell
closed
2 years ago
0
Fix GTC talk URL in README
#98
benbarsdell
closed
2 years ago
0
Complete std::numeric_limits for the generic int
#97
Robadob
closed
2 years ago
0
Possibility of cross-pollination/collaboration with cuda-api-wrappers?
#96
eyalroz
opened
2 years ago
0
Improve exception message
#95
Robadob
closed
2 years ago
14
Do not depend on global states on string manipulation
#94
kmaehashi
closed
2 years ago
0
Fix memory leak of NVRTC program object
#93
benbarsdell
closed
2 years ago
0
Memory leak within nvrtcCompileProgram()
#92
Robadob
closed
2 years ago
2
Does jitify supports CUDA 11.x???
#91
FdyCN
closed
2 years ago
4
load_program() performance (with large include hierarchies)
#90
Robadob
opened
3 years ago
6
Add std::make_unsigned/signed support to <type_traits>
#89
Robadob
closed
3 years ago
0
detail::path_base() now supports both path seperators on Windows.
#88
Robadob
closed
3 years ago
1
detail::path_base() doesn't handle Linux path separators on Windows
#87
Robadob
closed
3 years ago
1
Fix <limits> on Windows.
#86
Robadob
closed
3 years ago
18
Next