Skip to content

fix emrl lifting in CUDA backend

Hans-Nikolai Viessmann requested to merge hans/sac2c:hans-fix-emrl-again into develop

Recently EMRL was refactored to 'correctly' maintain SSA representation but I forgot to update the mem:alloc code that specifically handles EMRL in the CUDA backend, meaning we were introduceing an additional alloc() for the same LHS leading to all sorts of runtime errors.

Merge request reports