Home
last modified time | relevance | path

Searched refs:dot1 (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc77 HloInstruction* dot1 = in TEST_F() local
80 builder.AddInstruction(CreateCanonicalDot(f32_2x2_, dot1, z)); in TEST_F()
86 EXPECT_EQ(streams->StreamNumberForHlo(*dot1), in TEST_F()
92 HloVec({dot1, dot2})); in TEST_F()
97 EXPECT_TRUE(order->ExecutesBefore(x, dot1)); in TEST_F()
99 EXPECT_TRUE(order->ExecutesBefore(y, dot1)); in TEST_F()
102 EXPECT_TRUE(order->ExecutesBefore(dot1, dot2)); in TEST_F()
113 EXPECT_FALSE(order->ExecutesBefore(z, dot1)); in TEST_F()
114 EXPECT_FALSE(order->ExecutesBefore(dot1, x)); in TEST_F()
115 EXPECT_FALSE(order->ExecutesBefore(dot1, y)); in TEST_F()
[all …]
Dstream_assignment_test.cc53 HloInstruction* dot1 = in TEST_F() local
56 builder.AddInstruction(CreateCanonicalDot(f32_2x2_, dot1, z)); in TEST_F()
62 EXPECT_EQ(assignment->StreamNumberForHlo(*dot1), in TEST_F()
72 HloInstruction* dot1 = in TEST_F() local
77 HloInstruction::CreateBinary(f32_2x2_, HloOpcode::kAdd, dot1, dot2)); in TEST_F()
83 EXPECT_NE(assignment->StreamNumberForHlo(*dot1), in TEST_F()
Dinstruction_fusion_test.cc116 auto dot1 = builder.AddInstruction( in TEST_F() local
119 ShapeUtil::MakeShape(F32, {1, 1, 1}), dot1)); in TEST_F()
135 auto dot1 = builder.AddInstruction( in TEST_F() local
138 ShapeUtil::MakeShape(S32, {1, 1}), dot1, {0, 1})); in TEST_F()
/external/llvm-project/clang/test/CodeGenOpenCL/
Damdgpu-features.cl41 // GFX906: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dpp,+flat-…
42 // GFX908: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot3-insts…
46 // GFX1011: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-inst…
47 // GFX1012: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-inst…
48 // GFX1030: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-inst…
49 // GFX1031: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-inst…
50 // GFX1032: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-inst…
51 // GFX1033: "target-features"="+16-bit-insts,+ci-insts,+dl-insts,+dot1-insts,+dot2-insts,+dot5-inst…
Dbuiltins-amdgcn-dl-insts-err.cl25 …iB, siC, false); // expected-error {{'__builtin_amdgcn_sdot4' needs target feature dot1-insts}}
26 …iB, siC, true); // expected-error {{'__builtin_amdgcn_sdot4' needs target feature dot1-insts}}
31 …iB, siC, false); // expected-error {{'__builtin_amdgcn_sdot8' needs target feature dot1-insts}}
32 …iB, siC, true); // expected-error {{'__builtin_amdgcn_sdot8' needs target feature dot1-insts}}
/external/rust/crates/libz-sys/src/zlib-ng/arch/x86/
Dadler32_ssse3.c41 char ALIGNED_(16) dot1[16] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}; in adler32_ssse3()
42 __m128i dot1v = _mm_load_si128((__m128i*)dot1); in adler32_ssse3()
Dadler32_avx.c41 char ALIGNED_(32) dot1[32] = \ in adler32_avx2()
44 __m256i dot1v = _mm256_load_si256((__m256i*)dot1); in adler32_avx2()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DGraggBulirschStoerStepInterpolator.java321 final double dot1 = 1.0 / h; in computeInterpolatedStateAndDerivatives() local
332 interpolatedDerivatives[i] = dot1 * p1 + dot2 * p2 + dot3 * p3; in computeInterpolatedStateAndDerivatives()
DDormandPrince853StepInterpolator.java363 final double dot1 = 1 - twoTheta; in computeInterpolatedStateAndDerivatives() local
379 interpolatedDerivatives[i] = v[0][i] + dot1 * v[1][i] + dot2 * v[2][i] + in computeInterpolatedStateAndDerivatives()
/external/tensorflow/tensorflow/compiler/xla/service/
Dheap_simulator_test.cc763 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
770 {paramA, paramX, mul, paramY, dot0, dot1}); in TEST_F()
778 {kAlloc, tracker.BufferAt(dot1, {})}, in TEST_F()
784 {kFree, tracker.BufferAt(dot1, {})}, in TEST_F()
804 auto dot1 = builder.AddInstruction(HloInstruction::CreateDot( in TEST_F() local
807 builder.AddInstruction(HloInstruction::CreateTuple({dot0, dot1})); in TEST_F()
814 {paramA, paramX, mul, paramY, dot0, dot1, tuple}); in TEST_F()
822 {kAlloc, tracker.BufferAt(dot1, {})}, in TEST_F()
829 {kFree, tracker.BufferAt(dot1, {})}, in TEST_F()
/external/llvm-project/clang/include/clang/Basic/
DBuiltinsAMDGPU.def198 TARGET_BUILTIN(__builtin_amdgcn_sdot4, "SiSiSiSiIb", "nc", "dot1-insts")
200 TARGET_BUILTIN(__builtin_amdgcn_sdot8, "SiSiSiSiIb", "nc", "dot1-insts")
/external/skqp/src/gpu/ccpr/
DGrCCFillGeometry.cpp123 float dot1 = dot(tan1, v); in is_convex_curve_monotonic() local
127 float tolerance = -std::max(std::abs(dot0), std::abs(dot1)) * SK_ScalarNearlyZero; in is_convex_curve_monotonic()
128 return dot0 >= tolerance && dot1 >= tolerance; in is_convex_curve_monotonic()
/external/deqp/modules/gles2/functional/
Des2fMultisampleTests.cpp103 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
107 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0); in isInsideQuad()
/external/deqp/modules/gles3/functional/
Des3fMultisampleTests.cpp105 int dot1 = (point.x()-p1.x()) * (p2.y()-p1.y()) + (point.y()-p1.y()) * (p1.x()-p2.x()); in isInsideQuad() local
109 return (dot0 > 0) == (dot1 > 0) && (dot1 > 0) == (dot2 > 0) && (dot2 > 0) == (dot3 > 0); in isInsideQuad()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c447 #define dot1(c) (*(c) == '.' && eocomp(c+1)) macro
468 } else if (dot1(a)) { in pathcomp()
481 #undef dot1
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td390 def FeatureDot1Insts : SubtargetFeature<"dot1-insts",
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPU.td438 def FeatureDot1Insts : SubtargetFeature<"dot1-insts",
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...