Home
last modified time | relevance | path

Searched refs:DynamicStateHeapSize (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dkernel_info_from_patchtokens.cpp23 dst.heapInfo.DynamicStateHeapSize = src.header->DynamicStateHeapSize; in populateKernelInfo()
H A Dheap_info.h22 uint32_t DynamicStateHeapSize = 0U; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/decoder/
H A Dbinary_decoder.cpp363 GeneralStateHeapSize = 0, DynamicStateHeapSize = 0, SurfaceStateHeapSize = 0; in processKernel() local
377 DynamicStateHeapSize = readUnaligned<uint32_t>(ptr); in processKernel()
411 argHelper->saveOutput(fileName, ptr, DynamicStateHeapSize); in processKernel()
416 argHelper->saveOutput(fileName, ptr, DynamicStateHeapSize); in processKernel()
417 ptr = ptrOffset(ptr, DynamicStateHeapSize); in processKernel()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/npack/
H A Dneo_structs.hpp72 uint32_t DynamicStateHeapSize; member
H A Dneo_packager.hpp112 size_t heap_plus_patches = kheader->GeneralStateHeapSize + kheader->DynamicStateHeapSize in replaceKernel()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/npack/
H A Dneo_structs.hpp79 uint32_t DynamicStateHeapSize; member
H A Dneo_packager.hpp112 size_t heap_plus_patches = kheader->GeneralStateHeapSize + kheader->DynamicStateHeapSize in replaceKernel()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/scheduler/
H A Dscheduler_kernel.h38 size_t dshSize = kernelInfo.heapInfo.DynamicStateHeapSize; in getCurbeSize()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/test_files/
H A Dpatch_list.h45 uint32_t DynamicStateHeapSize; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/fixtures/
H A Dkernel_data_fixture.cpp19 kernelBinaryHeader.DynamicStateHeapSize = dshSize; in buildAndDecode()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dparent_kernel_tests.cpp136 infoBlock->heapInfo.DynamicStateHeapSize = 64 * sizeof(uint64_t); in TEST()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_shared/executable_format/
H A Dpatch_list.h66 uint32_t DynamicStateHeapSize; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dkernel_info_from_patchtokens_tests.cpp28 EXPECT_EQ(src.header->DynamicStateHeapSize, dst.heapInfo.DynamicStateHeapSize); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mocks/
H A Dmock_kernel.h320 kernelInfo.heapInfo.DynamicStateHeapSize = sizeof(dshLocal);
511 infoBlock->heapInfo.DynamicStateHeapSize = 64 * sizeof(uint64_t); in create()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/
H A Dpatchtokens_decoder_tests.cpp236 kernelHeader->DynamicStateHeapSize = 8U; in TEST()
237 storage.resize(storage.size() + kernelHeader->DynamicStateHeapSize); in TEST()
259 …t uint8_t>(storage.data() + dynamicStateHeapOffset, kernelHeader->DynamicStateHeapSize), decodedKe… in TEST()
292 kernelHeader->DynamicStateHeapSize = outOfBoundsSize; in TEST()
296 kernelHeader->DynamicStateHeapSize = originalHeader.DynamicStateHeapSize; in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device_binary_format/
H A Dpatchtokens_decoder.cpp500 …->KernelHeapSize + out.header->GeneralStateHeapSize + out.header->DynamicStateHeapSize + out.heade… in decodeKernelFromPatchtokensBlob()
520 out.heaps.dynamicState = ArrayRef<const uint8_t>(decodePos, out.header->DynamicStateHeapSize); in decodeKernelFromPatchtokensBlob()
H A Dzebin_decoder.cpp1179 kernelInfo->heapInfo.DynamicStateHeapSize = generatedDshSize; in populateKernelDescriptor()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/scheduler/
H A Dscheduler_kernel_tests.cpp102 info.heapInfo.DynamicStateHeapSize = dshSize; in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sampler/
H A Dsampler_set_arg_tests.cpp42 pKernelInfo->heapInfo.DynamicStateHeapSize = sizeof(samplerStateHeap); in SetUp()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel_imp.cpp173 if (kernelInfo->heapInfo.DynamicStateHeapSize != 0) { in initialize()
174 this->dynamicStateHeapSize = kernelInfo->heapInfo.DynamicStateHeapSize; in initialize()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/Patch/
H A Dpatch_parser.cpp49 …DPF_STR( output, GFXDBG_HARDWARE, "\tDynamicStateHeapSize = %d\n", pHeader->DynamicStateHeapSize ); in DebugKernelBinaryHeader_Gen7()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/OCL/sp/
H A Dsp_g8.cpp2419 header.DynamicStateHeapSize = (DWORD)dynamicStateHeap.Size(); in CombineKernelBinary()
2455 header.DynamicStateHeapSize + in CombineKernelBinary()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gtpin/
H A Dgtpin_tests.cpp1130 pKHdr->DynamicStateHeapSize = 0; in HWTEST2_F()
1180 pKHdr->DynamicStateHeapSize + in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Ddispatch_walker_tests.cpp61 kernelInfoWithSampler.heapInfo.DynamicStateHeapSize = sizeof(dsh); in SetUp()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dhardware_commands_helper_tests.cpp973 mockKernelWithInternal->kernelInfo.heapInfo.DynamicStateHeapSize = mockDshSize; in HWCMDTEST_F()

12