Riya Bisht

Results 20 comments of Riya Bisht

Hello @nderjung If someone isn't working on this issue then I would like to play around it and see if I can solve it, could you please assign me this...

Please assign me this issue @sahil-sagwekar2652

Please assign this issue to me @sahil-sagwekar2652

@RashakDude Can you guide me on how to do this?

Thanks : ) Will be waiting for the updated version of the docs

![image](https://github.com/hundredrabbits/100r.co/assets/79960426/27d186cc-9ee0-45b6-a4c1-5969219d158e) Here, the link (https://git.sr.ht/~rabbits/uxnl)

@wlav Got it. After `cd build` when running `cmake ../CPyCppyy` shows the error: `/path/CPyCppyy source not found`. The command should be `cmake ../../CPyCppyy` which runs successfully.

> Hello @chococandy63 Please add the file name where you made changes. like ''fix broken link in readme.md". Else it looks fine. Congrats for the pr. Thank you @Sajiyah-Salat for...

Tested another example, using `cppdef`: ``` import cppyy import os os.environ['CLING_ENABLE_CUDA'] = '1' os.environ['CLING_CUDA_PATH'] = '/usr/local/cuda' os.environ['CLING_CUDA_ARCH'] = 'sm_75' cppyy.add_include_path('/usr/local/cuda/include') cppyy.add_library_path('/usr/local/cuda/lib64') cppyy.include('iostream') cppyy.include("cuda.h") cppyy.include("cuda_runtime.h") cppyy.include("cmath") cppyy.load_library("cudart") # Define the CUDA...