Skip to content
Snippets Groups Projects
Forked from Andreas Klöckner / pyopencl
Loading
  • Arash's avatar
    f005fb21
    Update benchmark.py · f005fb21
    Arash authored
    Fixing CompilerWarning: <program source>: warning: double precision constant requires cl_khr_fp64, casting to single precision
    An application that wants to use double will need to include the directive before any double precision data type is declared in the kernel code.
    f005fb21
    History
    Update benchmark.py
    Arash authored
    Fixing CompilerWarning: <program source>: warning: double precision constant requires cl_khr_fp64, casting to single precision
    An application that wants to use double will need to include the directive before any double precision data type is declared in the kernel code.