Home
last modified time | relevance | path

Searched full:kernel (Results 1 – 25 of 4416) sorted by relevance

12345678910>>...177

/third_party/mindspore/patches/
D0033-support-fp16-for-arm64-arch.patch23 "src/runtime/kernel/cpu/fp32/batch_to_space_fp32.cc",
24 "src/runtime/kernel/cpu/fp32/bias_fp32.cc",
25 "src/runtime/kernel/cpu/fp32/broadcast_to_fp32.cc",
26 - "src/runtime/kernel/cpu/fp32/cast_for_x86_fp16.cc",
27 "src/runtime/kernel/cpu/fp32/cast_fp32.cc",
28 "src/runtime/kernel/cpu/fp32/convolution_1x1_fp32.cc",
29 "src/runtime/kernel/cpu/fp32/convolution_delegate_fp32.cc",
31 "src/runtime/kernel/cpu/fp32/custom_gru_fp32.cc",
35 + cpu_kernel_sources += [ "src/runtime/kernel/cpu/fp32/cast_for_x86_fp16.cc" ]
39 + "src/runtime/kernel/cpu/fp16/activation_fp16.cc",
[all …]
D0017-support-build-training-lib.patch7 .../plugin/device/cpu/kernel/nnacl/BUILD.gn | 19 +-
9 .../lite/src/runtime/kernel/cpu/BUILD.gn | 226 -----------------
11 delete mode 100644 mindspore/lite/src/runtime/kernel/cpu/BUILD.gn
13 …f --git a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn b/mindspore/ccsrc/plugin/device/…
15 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn
16 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn
94 "src/runtime/kernel/cpu/fp32/unstack_fp32.cc",
95 "src/runtime/kernel/cpu/fp32/where_fp32.cc",
96 "src/runtime/kernel/cpu/fp32/zeroslike_fp32.cc",
97 + "src/runtime/kernel/cpu/fp32/oneslike_fp32.cc",
[all …]
/third_party/ltp/tools/
Drestore_kernel_faults_default.sh35 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-end
36 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-start
37 echo 4294967295 > /sys/kernel/debug/fail_io_timeout/require-end
38 echo 0 > /sys/kernel/debug/fail_io_timeout/require-start
39 echo 32 > /sys/kernel/debug/fail_io_timeout/stacktrace-depth
40 echo N > /sys/kernel/debug/fail_io_timeout/task-filter
41 echo 2 > /sys/kernel/debug/fail_io_timeout/verbose
42 echo 0 > /sys/kernel/debug/fail_io_timeout/space
43 echo 1 > /sys/kernel/debug/fail_io_timeout/times
44 echo 1 > /sys/kernel/debug/fail_io_timeout/interval
[all …]
/third_party/ltp/
DREADME.kernel_config2 Enable CODE COVERAGE for your Kernel:
4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here:
5 http://ltp.cvs.sourceforge.net/viewvc/ltp/utils/analysis/gcov-kernel/linux-2.*.*-gcov.patch?view=lo…
6 2) Also enable the following options in your .config file before building the kernel
13 Enabling Kernel Configuration to test Containers/Namespaces
32 Enabling Kernel Configuration to test Controllers
44 Enabling Kernel Configuration to test Power Management features
66 Enabling Kernel Configuration to test filecaps security feature
70 Enabling Kernel Configuration to test SELinux security feature
72 Your Kernel should have been built with the following options to
[all …]
/third_party/libbpf/.github/actions/vmtest/
Daction.yml4 kernel:
5 description: 'kernel version or LATEST'
24 # 1. download CHECKPOINT kernel source
30 - name: Get kernel source at checkpoint
33 repo: 'https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git'
35 dest: '${{ github.workspace }}/.kernel'
36 - name: Patch kernel source
37 uses: libbpf/ci/patch-kernel@master
40 repo-root: '.kernel'
45 cd .kernel
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Doperand_capabilities_test.cpp96 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
116 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
144 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
159 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
160 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
167 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
168 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
212 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
214 Kernel),
215 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeClamp, Kernel),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAMDGPUMetadata.cpp22 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Arg::Metadata)
23 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
93 struct MappingTraits<Kernel::Attrs::Metadata> {
94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
97 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint, in mapping()
99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()
107 struct MappingTraits<Kernel::Arg::Metadata> {
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
[all …]
/third_party/spirv-tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
217 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
231 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
233 Kernel),
[all …]
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_panic_npcc.txt29 * No warning or bug during kernel processing.
30 * MCE records collected via kernel panic log is same as reference ones.
31 * Kernel panic message is "Fatal Machine check"
38 * Test MCE handler logic for EIPV MCE in kernel space
44 * No warning or bug during kernel processing.
45 * MCE records collected via kernel panic log is same as reference ones.
46 * Kernel panic message is "Fatal Machine check"
47 * Exception message is "In kernel and no restart IP"
53 * Test MCE handler timeout logic for EIPV MCE in kernel space
64 * No warning or bug during kernel processing.
[all …]
Dsoft-inj_panic.txt29 * No warning or bug during kernel processing.
30 * MCE records collected via kernel panic log is same as reference ones.
31 * Kernel panic message is "Fatal Machine check"
51 * No warning or bug during kernel processing.
52 * MCE records collected via kernel panic log is same as reference ones.
53 * Kernel panic message is "Fatal machine check on current CPU"
68 * No warning or bug during kernel processing.
69 * MCE records collected via kernel panic log is same as reference ones.
70 * Kernel panic message is "Fatal Machine check"
85 * No warning or bug during kernel processing.
[all …]
Dsoft-inj_panic_ucr.txt28 * No warning or bug during kernel processing.
29 * MCE records collected via kernel panic log is same as reference ones.
30 * Kernel panic message is "Fatal Machine check"
51 * No warning or bug during kernel processing.
52 * MCE records collected via kernel panic log is same as reference ones.
53 * Kernel panic message is "Fatal Machine check"
74 * No warning or bug during kernel processing.
75 * MCE records collected via kernel panic log is same as reference ones.
76 * Kernel panic message is "Fatal Machine check"
98 * No warning or bug during kernel processing.
[all …]
/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js20 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
37 * @param {!Kernel} kernel
40 function createItemMap(kernel) { argument
43 for (const item of kernel.getRepeatedGroupIterable(
51 writeItemMap(kernel, itemMap);
57 * @param {!Kernel} kernel
60 function writeItemMap(kernel, itemMap) { argument
61 kernel.setRepeatedGroupIterable(MSET_GROUP_FIELD_NUMBER, itemMap.values());
70 * @param {!Kernel} kernel
73 static fromKernel(kernel) { argument
[all …]
Dkernel_test.js2 * @fileoverview Tests for kernel.js.
11 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
27 describe('Kernel', () => {
29 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
34 const accessor = Kernel.fromArrayBuffer(
43 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
48 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0), 50);
53 describe('Kernel hasFieldNumber', () => {
55 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
61 const accessor = Kernel.fromArrayBuffer(bytes);
[all …]
Dkernel_compatibility_test.js2 * @fileoverview Tests to make sure Kernel can read data in a backward
19 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
42 const oldAccessor = Kernel.createEmpty();
47 const newAccessor = Kernel.fromArrayBuffer(serializedData);
53 const message = new TestMessage(Kernel.createEmpty());
56 const oldAccessor = Kernel.createEmpty();
61 const newAccessor = Kernel.fromArrayBuffer(serializedData);
71 const message = new TestMessage(Kernel.createEmpty());
74 const oldAccessor = Kernel.createEmpty();
80 const newAccessor = Kernel.fromArrayBuffer(serializedData);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/third_party/mesa3d/docs/ci/
Dkernel.rst1 Upreving Linux Kernel
4 Occasionally, the Gitlab CI needs a Linux Kernel update to enable new kernel
6 Kernel uprevs in Gitlab CI are relatively simple, but prone to lots of
10 Kernel repository
13 The Linux Kernel used in the Gitlab CI is stored at the following repository:
16 It is common that Mesa kernel brings some patches that were not merged on the
17 Linux mainline, that is why Mesa has its own kernel version which should be used
20 So, one should base the kernel uprev from the last tag used in the Mesa CI,
27 Building Kernel
30 When Mesa CI generates a new rootfs image, the Linux Kernel is built based on
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h100 // Kernel Metadata.
102 namespace Kernel {
105 // Kernel Attributes Metadata.
110 /// Key for Kernel::Attr::Metadata::mReqdWorkGroupSize.
112 /// Key for Kernel::Attr::Metadata::mWorkGroupSizeHint.
114 /// Key for Kernel::Attr::Metadata::mVecTypeHint.
116 /// Key for Kernel::Attr::Metadata::mRuntimeHandle.
120 /// In-memory representation of kernel attributes metadata.
128 /// External symbol created by runtime to store the kernel address
135 /// \returns True if kernel attributes metadata is empty, false otherwise.
[all …]
/third_party/mesa3d/src/freedreno/computerator/
Dir3_asm.c32 struct ir3_kernel *kernel = calloc(1, sizeof(*kernel)); in ir3_asm_assemble() local
33 struct ir3_shader *shader = ir3_parse_asm(c, &kernel->info, in); in ir3_asm_assemble()
38 kernel->v = v; in ir3_asm_assemble()
39 kernel->bin = v->bin; in ir3_asm_assemble()
41 kernel->base.local_size[0] = v->local_size[0]; in ir3_asm_assemble()
42 kernel->base.local_size[1] = v->local_size[1]; in ir3_asm_assemble()
43 kernel->base.local_size[2] = v->local_size[2]; in ir3_asm_assemble()
44 kernel->base.num_bufs = kernel->info.num_bufs; in ir3_asm_assemble()
45 memcpy(kernel->base.buf_sizes, kernel->info.buf_sizes, in ir3_asm_assemble()
46 sizeof(kernel->base.buf_sizes)); in ir3_asm_assemble()
[all …]
Da4xx.c49 static struct kernel *
59 a4xx_disassemble(struct kernel *kernel, FILE *out) in a4xx_disassemble() argument
61 ir3_asm_disassemble(to_ir3_kernel(kernel), out); in a4xx_disassemble()
65 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit() argument
67 struct ir3_kernel *ir3_kernel = to_ir3_kernel(kernel); in cs_program_emit()
159 emit_const(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t constid, uint32_t sizedwords, in emit_const() argument
169 if (kernel->buf_addr_regs[i] != INVALID_REG) { in emit_const()
170 int idx = kernel->buf_addr_regs[i]; in emit_const()
173 replacements[idx] = kernel->bufs[i]; in emit_const()
202 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, in cs_const_emit() argument
[all …]
/third_party/libabigail/tests/data/test-read-dwarf/
DPR25007-sdhci.ko.abi40 …-size='64' path='/ws/android/kernel/aosp/common-mainline/common/drivers/mmc/host/sdhci.c' comp-dir…
104 …<enum-decl name='dl_dev_state' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
111 …<enum-decl name='dma_data_direction' filepath='/ws/android/kernel/aosp/common-mainline/common/incl…
118 …<enum-decl name='hrtimer_restart' filepath='/ws/android/kernel/aosp/common-mainline/common/include…
123 …<enum-decl name='kobj_ns_type' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
129 …<enum-decl name='led_brightness' filepath='/ws/android/kernel/aosp/common-mainline/common/include/…
136 …<enum-decl name='memory_type' filepath='/ws/android/kernel/aosp/common-mainline/common/include/lin…
143 …<enum-decl name='migrate_mode' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
150 …<enum-decl name='module_state' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
157 …<enum-decl name='page_entry_size' filepath='/ws/android/kernel/aosp/common-mainline/common/include…
[all …]
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiofirfilter.c28 * usage the "kernel" property has to be set to the filter kernel that should be
30 * that is introduced by the filter kernel. Setting a latency of n samples
34 * The filter kernel describes the impulse response of the filter. To
38 * To change the filter kernel whenever the sampling rate changes the
115 g_param_spec_value_array ("kernel", "Filter Kernel", in gst_audio_fir_filter_class_init()
116 "Filter kernel for the FIR filter", in gst_audio_fir_filter_class_init()
117 g_param_spec_double ("Element", "Filter Kernel Element", in gst_audio_fir_filter_class_init()
118 "Element of the filter kernel", -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, in gst_audio_fir_filter_class_init()
144 "Generic audio FIR filter with custom filter kernel", in gst_audio_fir_filter_class_init()
151 gdouble *kernel; in gst_audio_fir_filter_update_kernel() local
[all …]
/third_party/libbpf/.github/workflows/
Dondemand.yml6 kernel-origin:
7 description: 'git repo for linux kernel'
8 default: 'https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git'
10 kernel-rev:
11 description: 'rev/tag/branch for linux kernel'
16 default: 'https://git.kernel.org/pub/scm/devel/pahole/pahole.git'
26 name: vmtest with customized pahole/Kernel
32 kernel: 'LATEST'
33 kernel-rev: ${{ github.event.inputs.kernel-rev }}
34 kernel-origin: ${{ github.event.inputs.kernel-origin }}
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp23 #include "core/kernel.hpp"
31 kernel::kernel(clover::program &prog, const std::string &name, in kernel() function in kernel
63 kernel::launch(command_queue &q, in launch()
120 kernel::mem_local() const { in mem_local()
132 kernel::mem_private() const { in mem_private()
137 kernel::name() const { in name()
142 kernel::optimal_block_size(const command_queue &q, in optimal_block_size()
153 kernel::required_block_size() const { in required_block_size()
157 kernel::argument_range
158 kernel::args() { in args()
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/val/
Dval_capability_test.cpp56 // OpCapability Pipes ; implies Kernel
57 // OpLifetimeStop %1 0 ; requires Kernel
61 // OpCapability Kernel
115 OpCapability Kernel in TEST_F()
138 "Kernel", in AllCapabilities()
203 "Kernel", in AllSpirV10Capabilities()
399 // Returns the names of capabilities that directly depend on Kernel,
403 "Kernel", in KernelDependencies()
448 " OpCapability Kernel"
493 " OpEntryPoint Kernel %func \"shader\"" +
[all …]

12345678910>>...177