Skip to content

Enumeration throwing error on CUDA + JIT #2173

Open
@neerajprad

Description

Recently some of our enumeration tests have been failing with JIT on CUDA. I am seeing this for some tests in test_jit as well as HMC:

E           RuntimeError: default_program(49): error: floating constant is out of range
E
E           default_program(35): warning: variable "t0_linearIndex" was declared but never referenced
E
E           default_program(37): warning: variable "t1_linearIndex" was declared but never referenced
E
E           default_program(39): warning: variable "t2_linearIndex" was declared but never referenced
E
E           default_program(41): warning: variable "t3_linearIndex" was declared but never referenced
E
E           default_program(43): warning: variable "t4_linearIndex" was declared but never referenced
E
E           1 error detected in the compilation of "default_program".
E

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions