From dd5e01d158f9c7b61dbccc9043c8caad0043c0cb Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Wed, 22 Nov 2023 14:30:50 -0800 Subject: [PATCH] Reverse the order on the comparison --- src/cunumeric/matrix/batched_cholesky_template.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cunumeric/matrix/batched_cholesky_template.inl b/src/cunumeric/matrix/batched_cholesky_template.inl index 434f5d163..d27f25e7a 100644 --- a/src/cunumeric/matrix/batched_cholesky_template.inl +++ b/src/cunumeric/matrix/batched_cholesky_template.inl @@ -57,7 +57,7 @@ struct _cholesky_supported { template struct BatchedCholeskyImpl { - template * = nullptr> + template 2)>* = nullptr> void operator()(Array& input_array, Array& output_array) const { using VAL = legate_type_of;