diff --git a/cases/arithmetic/exp.yaml b/cases/arithmetic/exp.yaml index 897f1d22..2ca6d48e 100644 --- a/cases/arithmetic/exp.yaml +++ b/cases/arithmetic/exp.yaml @@ -11,10 +11,10 @@ cases: type: fp32 - group: basic args: - - value: 0.693 + - value: 0.25 type: fp32 result: - value: 1.9997056605411638 + value: 1.2840254166877414 type: fp32 - group: basic args: diff --git a/dialects/velox_presto.yaml b/dialects/velox_presto.yaml index 6b703a4b..2dda1a51 100644 --- a/dialects/velox_presto.yaml +++ b/dialects/velox_presto.yaml @@ -123,6 +123,10 @@ scalar_functions: - fp32 result: fp32 - name: sqrt + unsupported_kernels: + - args: + - i64 + result: i64 - name: exp unsupported_kernels: - args: