Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Added 64-bit support for CUDA Calls. #147

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 15, 2023

  1. Added 64-bit support for CUDA Calls.

    IREE Compiler was converting 64-bit datatype to 32-bit and to support that
    several CUDA function calls were converted to 32-bit FP (`float`). This
    patch will reverse this and allow 64-bit datatype (`double`).
    bviyer committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    541467f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af73d6b View commit details
    Browse the repository at this point in the history