Keith Kraus

Results 11 issues of Keith Kraus

### Distribution PopOS 22.04 LTS ### Support - [x] Have you tried rebooting? - [x] Have you looked at the [Troubleshooting](https://github.com/openrazer/openrazer/wiki/Troubleshooting) page? I'm on a Lambda Labs x Razer Tensorbook...

support

If someone has run a `pip install -e .` or a `python setup.py build_ext --inplace` it will create a CMake cache in the source directory. If someone tries to run...

In the current specification, there are not standardized data type objects, or a specification as to what a data type object needs to implement: https://data-apis.org/array-api/latest/API_specification/data_types.html Additionally, there's no APIs in...

Following up on #57 where we figured out the correct stream exchange and synchronization semantics and a Python interface for doing so, we need to do the same for a...

We currently use `CPMFindPackage` as a way to try to find a package if it currently exists on the users system, but then fall back to fetching it and building...

https://github.com/rapidsai/kvikio/blob/branch-23.12/cpp/include/kvikio/posix_io.hpp#L179-L185 Currently, it looks like synchronous `cuMemcpy` APIs are being used which effectively synchronize the entire device. If someone is using streams explicitly or is using multiple threads with per...

## Description Resolves #534 Adds scans using both CodeQL and Bandit. Could use some discussion on what level of reporting we wish to have here and when we want to...

## Description Add support for importing objects that implement the `__c_dlpack_exchange_api__` protocol as `StridedMemoryView` objects. ## Motivation The `__c_dlpack_exchange_api__` protocol provides a C-level interface for efficient zero-copy data exchange. Currently,...

P2
feature
cuda.core

## Description Updates the statically linked CUDA runtime to 13.1.1 I used https://github.com/NVIDIA/cuda-python/pull/1131 as a template for this. ## Checklist - [x] New or existing tests cover these changes. -...