Handle global temp. codegen only for host-targets
Device-target code-generators ignore generating code for temporary variable declaration even for the cases when temporary variables have a base storage. Another part of this commit patch generates correct host code for pyopencl targets when a global temporary is backed by a temporary storage.
Loading
Please sign in to comment