From 97fe07d3ecf03b5a4be36bd6647cac85bb556d8b Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 3 Feb 2015 10:09:20 +0000 Subject: [PATCH] add a rule for make_cuFloatComplex/make_cuDoubleComplex --- cmake_modules/morse/precision_generator/subs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_modules/morse/precision_generator/subs.py b/cmake_modules/morse/precision_generator/subs.py index 03c7ae206..fe0d0effd 100644 --- a/cmake_modules/morse/precision_generator/subs.py +++ b/cmake_modules/morse/precision_generator/subs.py @@ -244,6 +244,7 @@ subs = { ('real', 'double precision', 'real', r'\bdouble precision' ), # before double ('float', 'double', 'float _Complex', r'\bdouble _Complex' ), ('float', 'double', 'cuFloatComplex', r'\bcuDoubleComplex' ), + ('float', 'double', 'make_cuFloatComplex', 'make_cuDoubleComplex' ), ('float', 'double', 'magmaFloatComplex', r'\bmagmaDoubleComplex' ), ('float', 'double', 'PLASMA_Complex32_t', r'\bPLASMA_Complex64_t' ), ('float', 'double', 'PLASMA_voidComplex32_t', r'\bPLASMA_voidComplex64_t' ), -- GitLab