| 59 | unsigned long c = static_cast<unsigned long>(C); |
| 60 | unsigned long v = VOCAB_SIZE; |
| 61 | struct EncoderParams { |
| 62 | uint32_t B; |
| 63 | uint32_t T; |
| 64 | uint32_t C; |
| 65 | }; |
| 66 | setLogLevel(kError); |
| 67 | WGPURequiredLimits requiredLimits = LIMITS_BUFFER_SIZE_1GB; |
| 68 | Context ctx = createContext({},{},{ |
nothing calls this directly
no outgoing calls
no test coverage detected