Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:JavaScript language:HTML language:Java

Filter by

212M results  (2 s)

212M results

Purpose This PR enables oneDNN ITT API task collection in the CPU backend by flipping the build-time CMake option ONEDNN_ENABLE_ITT_TASKS from OFF to ON in cmake/cpu_extension.cmake. When building the ...
ci/build
cpu

Motivation - Provide a diagnostic-only validator to check manually reviewed TECE high-priority pair shortlist CSVs and catch issues before any attempt to apply reviews. - Ensure the reviewed shortlist ...
codex

Summary - Fix CUDA OOM during Krea2 transformer quantization by synchronizing and flushing GPU memory after each block is offloaded to CPU. - Ensure Krea2 starts quantization from a clean CPU ...

Automated E2E test PR - will be cleaned up automatically

What Added a minimal app.jss file to satisfy the CI run step that executes node app.jss. Why The CI failed because the file app.jss did not exist in the repository, causing Node to exit with code 2. ...

What Added the missing Python packages motor and sqlalchemy to requirements.txt to satisfy the imports used in the application. Why The CI pipeline failed with ModuleNotFoundError for motor and sqlalchemy. ...

Problem openDir on Windows ignored initial_dir — the only backend that did. macOS (default location), zenity (--filename), kdialog and tkinter (initialdir) all honored it, so the cross-platform contract ...

What Replaced the walrus operator (:=) in app/processor.py with a standard assignment and conditional check to ensure compatibility with Python 3.7 used in the CI environment. Why The walrus operator ...