mahout
mahout copied to clipboard
Mirror of Apache Mahout
### Summary We need to supply more input formats to someone using torch.Tensor , np.ndarray , tf.Tensor and padas. If you want to take a part of this issue, you...
This is the mega roadmap for GPU related progress, feel free to create an issue and link it to the roadmap: 1. Implement kernel #677 2. Optimizations: #706 - Parallel...
### Summary - read_parquet_batch blocks -> introduce double-buffered async I/O to overlap CPU read with GPU compute and improve throughput.
### Summary we have a lot of costs from `cudaMalloc` and `cudaFree`. I think we need to change recent method to Staging Buffer Pool way. ``` NVTX Range Summary (nvtx_sum):...
### Description This error occurs when I'm trying to build a benchmark #695 . thread '' (2785453) panicked at /home/rich-wsl/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cudarc-0.13.9/src/driver/safe/core.rs:257:76: called `Result::unwrap()` on an `Err` value: DriverError(CUDA_ERROR_ILLEGAL_ADDRESS, "an illegal memory...
### Summary This issue requests adding a benchmark to compare latency and fidelity against Qiskit and PennyLane with synthetic data. The main goal is to evaluate the runtime performance of...
### Summary A brief description of the feature. ### Use Case Explain why this feature is useful. ### Proposed Implementation How do you propose implementing this feature? ### Alternatives Considered...
`QuMat.draw()` says it returns a circuit visualization, but all backends just print the circuit and return `None`. So `viz = qumat.draw()` always gives you `None`. ### Steps to Reproduce 1....