MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / CompilationInfo

Class CompilationInfo

gpu.hpp:469–475  ·  view source on GitHub ↗

* @brief A struct to package the result of a WGSL code compilation. */

Source from the content-addressed store, hash-verified

467 * @brief A struct to package the result of a WGSL code compilation.
468 */
469struct CompilationInfo {
470 WGPUCompilationInfoRequestStatus status;
471 std::vector<std::string> messages;
472 std::vector<uint64_t> lineNums;
473 std::vector<uint64_t> linePos;
474 bool finished; // true if the compilation is finished
475};
476
477/**
478 * @brief Operator implementation to make the Kernel type hashable.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected