Skip to content

Commit

Permalink
Enable fp16 in math bruteforce
Browse files Browse the repository at this point in the history
  • Loading branch information
gwawiork committed Jun 7, 2022
1 parent 7c65afc commit ea57512
Show file tree
Hide file tree
Showing 24 changed files with 4,499 additions and 55 deletions.
8 changes: 8 additions & 0 deletions test_conformance/math_brute_force/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ set(MODULE_NAME BRUTEFORCE)
set(${MODULE_NAME}_SOURCES
binary_double.cpp
binary_float.cpp
binary_half.cpp
binary_i_double.cpp
binary_i_float.cpp
binary_i_half.cpp
binary_operator_double.cpp
binary_operator_float.cpp
binary_two_results_i_double.cpp
Expand All @@ -14,12 +16,16 @@ set(${MODULE_NAME}_SOURCES
function_list.h
i_unary_double.cpp
i_unary_float.cpp
i_unary_half.cpp
macro_binary_double.cpp
macro_binary_float.cpp
macro_binary_half.cpp
macro_unary_double.cpp
macro_unary_float.cpp
macro_unary_half.cpp
mad_double.cpp
mad_float.cpp
mad_half.cpp
main.cpp
reference_math.cpp
reference_math.h
Expand All @@ -30,12 +36,14 @@ set(${MODULE_NAME}_SOURCES
test_functions.h
unary_double.cpp
unary_float.cpp
unary_half.cpp
unary_two_results_double.cpp
unary_two_results_float.cpp
unary_two_results_i_double.cpp
unary_two_results_i_float.cpp
unary_u_double.cpp
unary_u_float.cpp
unary_u_half.cpp
utility.cpp
utility.h
)
Expand Down
Loading

0 comments on commit ea57512

Please sign in to comment.