Baidyanath Kundu
Baidyanath Kundu
@reikdas thanks for the reply, I didn't know about that flag. I tried using that but the linker still crashes. :( Also my computer freezes up frequently during the installation...
@SimeonEhrig it's the same reason that I think supporting an option to control the number of cores used to build while using cpt.py is a good idea.
I would like to work on this issue. I have a doubt. Where will cling look for the file during startup? Will it be in the current working directory, a...
Will `.cling_init` be a C/C++ file or do we add support for cling commands too?
@Axel-Naumann my current PR supports cling commands, could you please review it.
I would like to work on this issue.
@SimeonEhrig could you tell me how do I get this when running cling: ```cpp void __cling_Un1Qu31(void* vpClingValue) { __constant__ int array[1024]; ; } __constant__ int array[1024]; ```
Sorry for the late reply. I will look into it.
I tried passing the `-fgpu-rdc` to the CUDA compiler but it still fails.
Hi @a-turko, thanks for your interest in the project. You can have a look at these issues: - https://github.com/compiler-research/cppyy-backend/issues - https://github.com/compiler-research/CPyCppyy/issues - https://github.com/compiler-research/CppInterOp/issues The good first issues are marked there....