Skip to content

Commit

Permalink
fix: fix exp test
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jul 28, 2023
1 parent 471cd88 commit edd82d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cases/arithmetic/exp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions dialects/velox_presto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ scalar_functions:
- fp32
result: fp32
- name: sqrt
unsupported_kernels:
- args:
- i64
result: i64
- name: exp
unsupported_kernels:
- args:
Expand Down

0 comments on commit edd82d8

Please sign in to comment.