Updated compile_shader to compileShader
This commit is contained in:
parent
6fd19b9d05
commit
2e1022410b
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ TEST(TestSequence, SequenceTimestamps)
|
|||
pa[index] = pa[index] + 1;
|
||||
})");
|
||||
|
||||
std::vector<uint32_t> spirv = kp::Shader::compile_source(shader);
|
||||
std::vector<uint32_t> spirv = kp::Shader::compileSource(shader);
|
||||
|
||||
auto seq = mgr.sequence(0, 100); //100 timestamps
|
||||
seq->record<kp::OpTensorSyncDevice>({ tensorA })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue