Home
last modified time | relevance | path

Searched refs:workSize (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcufft_9_0.inc43 int batch, size_t *workSize) {
48 return func_ptr(plan, nx, type, batch, workSize);
52 cufftType type, size_t *workSize) {
57 return func_ptr(plan, nx, ny, type, workSize);
61 cufftType type, size_t *workSize) {
66 return func_ptr(plan, nx, ny, nz, type, workSize);
73 size_t *workSize) {
80 odist, type, batch, workSize);
87 long long int batch, size_t *workSize) {
94 odist, type, batch, workSize);
[all …]
Dcufft_10_0.inc43 int batch, size_t *workSize) {
48 return func_ptr(plan, nx, type, batch, workSize);
52 cufftType type, size_t *workSize) {
57 return func_ptr(plan, nx, ny, type, workSize);
61 cufftType type, size_t *workSize) {
66 return func_ptr(plan, nx, ny, nz, type, workSize);
73 size_t *workSize) {
80 odist, type, batch, workSize);
87 long long int batch, size_t *workSize) {
94 odist, type, batch, workSize);
[all …]
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp119 const tcu::IVec3& workSize);
126 const tcu::IVec3& workSize);
134 const tcu::IVec3& workSize,
149 const tcu::IVec3& workSize,
175 const tcu::IVec3& workSize, in UseAfterFreeTestCase() argument
181 , m_workSize (workSize) in UseAfterFreeTestCase()
192 const tcu::IVec3& workSize) in UBOToSSBOInvertCase() argument
194 …return new UseAfterFreeTestCase(testCtx, name, description, numValues, localSize, workSize, BUFFER… in UBOToSSBOInvertCase()
202 const tcu::IVec3& workSize) in CopyInvertSSBOCase() argument
204 …return new UseAfterFreeTestCase(testCtx, name, description, numValues, localSize, workSize, BUFFER… in CopyInvertSSBOCase()
[all …]
DvktPostmortemShaderTimeoutTests.cpp162 const int workSize = 1024; in iterate() local
163 const VkDeviceSize storageSizeInBytes = sizeof(deUint32) * workSize; in iterate()
178 for (int i = 0; i < workSize; ++i) in iterate()
235 vk.cmdDispatch(*cmdBuffer, workSize, 1, 1); in iterate()
246 for (int i = 0; i < workSize; ++i) in iterate()
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp121 …e, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in UBOToSSBOInvertCase() argument
125 , m_workSize (workSize) in UBOToSSBOInvertCase()
243 …e, const char* description, int numValues, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in CopyInvertSSBOCase() argument
247 , m_workSize (workSize) in CopyInvertSSBOCase()
366 … description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in InvertSSBOInPlaceCase() argument
371 , m_workSize (workSize) in InvertSSBOInPlaceCase()
470 … description, int numValues, bool isSized, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in WriteToMultipleSSBOCase() argument
475 , m_workSize (workSize) in WriteToMultipleSSBOCase()
598 …const char* name, const char* description, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in SSBOLocalBarrierCase() argument
601 , m_workSize (workSize) in SSBOLocalBarrierCase()
[all …]
Des31fSynchronizationTests.cpp2151 …omicCase (Context& context, const char* name, const char* description, int numCalls, int workSize);
2168 …tomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in SSBOConcurrentAtomicCase() argument
2171 , m_workSize (workSize) in SSBOConcurrentAtomicCase()
2384 …terCase (Context& context, const char* name, const char* description, int numCalls, int workSize);
2402 …unterCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentAtomicCounterCase() argument
2405 , m_workSize (workSize) in ConcurrentAtomicCounterCase()
2603 …omicCase (Context& context, const char* name, const char* description, int numCalls, int workSize);
2626 …tomicCase (Context& context, const char* name, const char* description, int numCalls, int workSize) in ConcurrentImageAtomicCase() argument
2629 , m_workSize (workSize) in ConcurrentImageAtomicCase()
2972 …ixedCase (Context& context, const char* name, const char* description, int numCalls, int workSize);
[all …]
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp123 const tcu::IVec3& workSize);
138 const tcu::IVec3& workSize);
151 const tcu::IVec3& workSize) in SharedVarTest() argument
154 , m_workSize (workSize) in SharedVarTest()
191 …::SharedVarTestInstance (Context& context, const tcu::IVec3& localSize, const tcu::IVec3& workSize) in SharedVarTestInstance() argument
194 , m_workSize (workSize) in SharedVarTestInstance()
294 const tcu::IVec3& workSize);
309 const tcu::IVec3& workSize);
322 const tcu::IVec3& workSize) in SharedVarAtomicOpTest() argument
325 , m_workSize (workSize) in SharedVarAtomicOpTest()
[all …]
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_pragma_unroll.cpp277 size_t workSize = 1; in test_pragma_unroll() local
278 error = clEnqueueNDRangeKernel(queue, kernel, 1, NULL, &workSize, NULL, 0, NULL, NULL); in test_pragma_unroll()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp321 …const tcu::IVec3 workSize = (caseDef.singleLayerBind ? caseDef.texture.layerSize() : caseDef… in test() local
356 vk.cmdDispatch(*cmdBuffer, workSize.x(), workSize.y(), workSize.z()); in test()
395 vk.cmdDispatch(*cmdBuffer, workSize.x(), workSize.y(), workSize.z()); in test()
DvktImageLoadStoreTests.cpp670 const tcu::IVec3 workSize = (m_singleLayerBind ? m_texture.layerSize() : m_texture.size()); in iterate() local
679 vk.cmdDispatch(*cmdBuffer, workSize.x(), workSize.y(), workSize.z()); in iterate()
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp199 size_t workSize; in test_atomic_function() local
200 …lWorkGroupInfo( kernel, deviceID, CL_KERNEL_WORK_GROUP_SIZE, sizeof( workSize ), &workSize, NULL ); in test_atomic_function()
204 if( maxSizes[0] < workSize ) in test_atomic_function()
206 workSize = maxSizes[0]; in test_atomic_function()
209 threadSize = groupSize = workSize; in test_atomic_function()
/external/OpenCL-CTS/test_conformance/c11_atomics/
Dtest_atomics.cpp2089 cl_uint workSize = LocalMemory() ? CurrentGroupSize() : threadCount; in VerifyRefs() local
2090 for(cl_uint workOffset = 0; workOffset < threadCount; workOffset+= workSize) in VerifyRefs()
2092 if(workOffset+workSize > threadCount) in VerifyRefs()
2094 workSize = threadCount-workOffset; in VerifyRefs()
2095 for(cl_uint i = 0 ; i < workSize && workOffset+i < threadCount; i++) in VerifyRefs()
2114 HostAtomicType hisRealValue = finalValues[workOffset + workSize - 1 - i]; in VerifyRefs()
2115 HostDataType myValueReadByHim = refValues[workOffset + workSize - 1 - i]; in VerifyRefs()
2120 …r values #%u and #%u are the same (%u)\n", workOffset + i, workOffset + workSize - 1 - i, myValue); in VerifyRefs()
2130 … should know value written by faster thread #%u\n", workOffset + i, workOffset + workSize - 1 - i); in VerifyRefs()
2139 …"ERROR: Invalid reference value #%u (%d instead of %d)\n", workOffset + workSize - 1 - i, myValueR… in VerifyRefs()
[all …]
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp604 static float dummyCalculation (float initial, int workSize) in dummyCalculation() argument
609 for (int ndx = 0; ndx < workSize; ++ndx) in dummyCalculation()
623 int workSize = 500; in busyWait() local
631 dummy = dummyCalculation(dummy, workSize); in busyWait()
638 workSize *= 2; in busyWait()
643 dummy = dummyCalculation(dummy, workSize); in busyWait()