Skip to content

Commit

Permalink
Add tests to complex Log1p
Browse files Browse the repository at this point in the history
  • Loading branch information
pearu committed Apr 3, 2024
1 parent 2b8f253 commit d35cef4
Show file tree
Hide file tree
Showing 4 changed files with 955 additions and 0 deletions.
16 changes: 16 additions & 0 deletions xla/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,22 @@ xla_test(
],
)

xla_test(
name = "complex_unary_op_test",
srcs = ["complex_unary_op_test.cc", "complex_unary_op_samples.h"],
deps = [
":client_library_test_base",
":literal_test_util",
":test_macros_header",
":xla_internal_test_main",
"//xla:xla_data_proto_cc",
"//xla/client:global_data",
"//xla/client:local_client",
"//xla/client:xla_builder",
"@tsl//tsl/platform:test",
],
)

xla_test(
name = "scalar_computations_test",
srcs = ["scalar_computations_test.cc"],
Expand Down
Loading

0 comments on commit d35cef4

Please sign in to comment.