Using libcu++ in programs compiled to OptiX-IR. #1226
Unanswered
to-mas-kral
asked this question in
libcu++
Replies: 1 comment 1 reply
-
Hi @to-mas-kral I believe this is a bug on our side. We did pull 128 bit integer support in from libc++ but should ensure that it is not used on device. I have opened a bug report with your reproducer |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to compile a program which uses libcu++ to the OptiX-IR format.
The compilation fails with:
I want to ask if this is something that's supposed to work or if it's just unsupported. If this is a bug, should I report it to the libcu++ team or the OptiX team ?
System information:
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Fri_Nov__3_17:16:49_PDT_2023 Cuda compilation tools, release 12.3, V12.3.103 Build cuda_12.3.r12.3/compiler.33492891_0
/opt/cuda/bin/g++ --version
g++ (GCC) 12.3.0 Copyright (C) 2022 Free Software Foundation, Inc.
Beta Was this translation helpful? Give feedback.
All reactions