question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support more CUDA API in CuPy JIT

See original GitHub issue

Part of #4290

CuPy JIT needs more coverage of the functions and attributes supported in CUDA. Each function can be implemented in CuPy JIT by writing a class that inherits from BuiltinFunc here.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
asi1024commented, Apr 4, 2022

@leofang I feel difficult to solve this problem from ThreadGroup class definition. I have opened a PR that combines declarations and initializations! (#6619)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Performance Best Practices — CuPy 11.4.0 documentation
Performance Best Practices#. Here we gather a few tricks and advices for improving CuPy's performance. Benchmarking#. It is utterly important to first ...
Read more >
Interoperability — CuPy 11.4.0 documentation
Numba is a Python JIT compiler with NumPy support. ... In addition, cupy.asarray() supports zero-copy conversion from Numba CUDA array to CuPy array....
Read more >
User-Defined Kernels — CuPy 11.4.0 documentation
CuPy provides easy ways to define three types of CUDA kernels: ... memory in RawKernel is supported via CUDA Runtime's Texture (Surface) Object...
Read more >
Overview — CuPy 11.4.0 documentation
CuPy is a NumPy/SciPy-compatible array library for GPU-accelerated ... Stream and Event: CUDA stream and per-thread default stream are supported by all APIs....
Read more >
cupyx.jit._interface._JitRawKernel — CuPy 11.4.0 ...
Calls the CUDA kernel. The compilation will be deferred until the first function call. CuPy's JIT compiler infers the types of arguments at...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found