Home
last modified time | relevance | path

Searched refs:Compute (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project-15.0.7/clang/test/SemaHLSL/
H A Dshader_type_attr.hlsl59 // CHECK:HLSLShaderAttr 0x{{[0-9a-fA-F]+}} <line:60:2, col:18> Compute
67 // CHECK:HLSLShaderAttr 0x{{[0-9a-fA-F]+}} <line:66:2, col:18> Compute
71 // CHECK:HLSLShaderAttr 0x{{[0-9a-fA-F]+}} <line:70:2, col:18> Compute
H A Dnum_threads.hlsl102 …attribute 'numthreads' is unsupported in {{[A-Za-z]+}} shaders, requires Compute, Amplification, M…
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVCLOps.td150 let summary = "Compute the cosine of x radians.";
215 Compute the base-e exponential of x. (i.e. ex)
245 Compute the absolute value of x.
306 Compute the correctly rounded floating-point representation of the sum
336 let summary = "Compute the natural logarithm of x.";
366 let summary = "Compute x to the power y.";
429 let summary = "Compute inverse square root of x.";
459 let summary = "Compute sine of x radians.";
489 let summary = "Compute square root of x.";
519 let summary = "Compute hyperbolic tangent of x radians.";
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DThreading.h154 typename Container::mapped_type get(T &&Key, Func Compute) const { in get() argument
162 auto V = Compute(); in get()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DHLSL.cpp46 case Triple::EnvironmentType::Compute: { in isLegalShaderModel()
81 .Case("cs", Triple::EnvironmentType::Compute) in tryParseProfile()
/llvm-project-15.0.7/clang/test/SemaHLSL/Semantics/
H A Dentry_parameter.hlsl5 // expected-error@+1 {{attribute 'SV_GroupIndex' is unsupported in Mesh shaders, requires Compute}}
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp28 void Compute(Scope &);
68 void ComputeOffsetsHelper::Compute(Scope &scope) { in Compute() function in Fortran::semantics::ComputeOffsetsHelper
359 ComputeOffsetsHelper{context}.Compute(scope); in ComputeOffsets()
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Dloop-unroll.mlir26 // Compute trip count in V3.
33 // Compute upper bound of unrolled loop in V7.
35 // Compute step of unrolled loop in V8.
59 // Compute trip count in V3.
66 // Compute upper bound of unrolled loop in V7.
68 // Compute step of unrolled loop in V8.
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-matchers.cc130 ElementMatcherPairs Compute() { in Compute() function in testing::internal::MaxBipartiteMatchState
229 return MaxBipartiteMatchState(g).Compute(); in FindMaxBipartiteMatching()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp1092 TEST(DebouncePolicy, Compute) { in TEST() argument
1104 auto Compute = [&](llvm::ArrayRef<DebouncePolicy::clock::duration> History) { in TEST() local
1109 EXPECT_NEAR(10, Compute(History), 0.01) << "(upper) median = 10"; in TEST()
1111 EXPECT_NEAR(15, Compute(History), 0.01) << "median = 10, ratio = 1.5"; in TEST()
1113 EXPECT_NEAR(25, Compute(History), 0.01) << "constrained by max"; in TEST()
1115 EXPECT_NEAR(3, Compute(History), 0.01) << "constrained by min"; in TEST()
1116 EXPECT_NEAR(25, Compute({}), 0.01) << "no history -> max"; in TEST()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dclc_fmod.cl121 // Compute integral multiplier
124 // Compute w * t in quad precision
H A Dclc_remainder.cl131 // Compute integral multiplier
134 // Compute w * t in quad precision
H A Dclc_remquo.cl156 // Compute integral multiplier
159 // Compute w * t in quad precision
/llvm-project-15.0.7/mlir/test/mlir-vulkan-runner/
H A Dtime.mlir3 // CHECK: Compute shader execution time
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h357 GenericCycleInfoCompute<ContextT> Compute(*this); in compute()
362 Compute.run(ContextT::getEntryBlock(F)); in compute()
/llvm-project-15.0.7/llvm/docs/
H A DNVPTXUsage.rst412 Tutorial: A Simple Compute Kernel
440 ; Compute pointers into A, B, and C
449 ; Compute C = A + B
668 std::cout << "Device Compute Capability: "
774 Device Compute Capability: 3.0
824 ; Compute pointers into A, B, and C
833 ; Compute C = pow(A, B)
H A DDirectXUsage.rst56 ``compute`` Compute kernel
/llvm-project-15.0.7/cmake/Modules/
H A DFindPrefixFromConfig.cmake41 "# Compute the installation prefix from this LLVMConfig.cmake file location."
/llvm-project-15.0.7/llvm/tools/llvm-config/
H A DCMakeLists.txt17 # Compute the substitution values for various items.
/llvm-project-15.0.7/compiler-rt/test/builtins/
H A DCMakeLists.txt70 # Compute builtins available in library and add them as lit features.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations.txt16 3 . Compute live ranges for CSE
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/
H A DCMakeLists.txt59 "List of CUDA Compute Capabilities to be used to compile the NVPTX DeviceRTL.")
76 …libomptarget_warning_say("[NVPTX] Compute capability ${sm} is not supported. Make sure clang can w…
/llvm-project-15.0.7/llvm/lib/Target/DirectX/
H A DDXIL.td32 def ComputeID : dxil_category<"Compute/Mesh/Amplification shader">;
/llvm-project-15.0.7/mlir/test/Conversion/TosaToArith/
H A Dtosa-to-arith.mlir26 // Compute the high-low values of the matmul in 64-bits.
/llvm-project-15.0.7/mlir/docs/Tutorials/
H A DDataFlowAnalysis.md74 /// Compute a lattice value from the provided dictionary.
195 /// Compute the analysis on operations rooted under the given top-level

123