Skip to content

Commit a0dd1e4

Browse files
authored
Merge pull request tensorflow#487 from quantumlib/update_unitary_calculators
Update unitary calculators.
2 parents e80ab7c + 94957c6 commit a0dd1e4

File tree

6 files changed

+1112
-16117
lines changed

6 files changed

+1112
-16117
lines changed

lib/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ cc_library(
634634
name = "unitary_calculator_avx",
635635
hdrs = ["unitary_calculator_avx.h"],
636636
deps = [
637-
":bits",
637+
":simulator_base",
638638
":unitaryspace_avx",
639639
],
640640
)
@@ -643,7 +643,7 @@ cc_library(
643643
name = "unitary_calculator_avx512",
644644
hdrs = ["unitary_calculator_avx512.h"],
645645
deps = [
646-
":bits",
646+
":simulator_base",
647647
":unitaryspace_avx512",
648648
],
649649
)
@@ -652,7 +652,7 @@ cc_library(
652652
name = "unitary_calculator_basic",
653653
hdrs = ["unitary_calculator_basic.h"],
654654
deps = [
655-
":bits",
655+
":simulator_base",
656656
":unitaryspace_basic",
657657
],
658658
)
@@ -661,7 +661,7 @@ cc_library(
661661
name = "unitary_calculator_sse",
662662
hdrs = ["unitary_calculator_sse.h"],
663663
deps = [
664-
":bits",
664+
":simulator_base",
665665
":unitaryspace_sse",
666666
],
667667
)

0 commit comments

Comments
 (0)