We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a2ca4 commit bc5cfdbCopy full SHA for bc5cfdb
1 file changed
onnxruntime/core/providers/webgpu/ep/factory.cc
@@ -141,7 +141,7 @@ OrtStatus* ORT_API_CALL Factory::CreateEpImpl(
141
Ep::Config webgpu_ep_config{
142
CPUAllocator::DefaultInstance(), // CPU allocator
143
device_alloc, // default device allocator
144
- std::make_shared<webgpu::GpuBufferAllocator>(WebGpuContextFactory::GetContext(context_id).InitializerBufferManager(), true), // initializer device allocator
+ std::make_shared<webgpu::GpuBufferAllocator>(WebGpuContextFactory::GetContext(context_id).InitializerBufferManager(), true), // initializer device allocator
145
};
146
*ep = new Ep(std::move(webgpu_ep), *factory, *logger, webgpu_ep_config);
147
return nullptr;
0 commit comments