https://github.com/halide/Halide
Raw File
Tip revision: 0dc03ee06759e638fa3b86b9b94f02f0baf16efb authored by Andrew Adams on 06 March 2024, 19:17:59 UTC
Handle loads of broadcasts in FlattenNestedRamps
Tip revision: 0dc03ee
webgpu_dawn.cpp
// TODO(https://github.com/halide/Halide/issues/7248):
//
// For now, we must build the webgpu runtime two ways:
// - once for the native API (Dawn)
// - once for the Emscripten API (Chrome)
//
// Once the API discrepancies are resolved we can
// go back to building this in a sane manner, but for now,
// we use this sad-but-effective approach.

#define HALIDE_RUNTIME_WEBGPU_NATIVE_API 1
#include "webgpu.cpp"
back to top