updated pytests and fixed dangling spdlog code in python main.cpp
This commit is contained in:
parent
5c7364f203
commit
95df064dbb
3 changed files with 2 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ def test_opalgobase_file():
|
|||
mgr = kp.Manager()
|
||||
mgr.rebuild([tensor_in_a, tensor_in_b, tensor_out])
|
||||
|
||||
shader_path = os.path.join(DIRNAME, "../../shaders/glsl/opmult.comp")
|
||||
shader_path = os.path.join(DIRNAME, "../../shaders/glsl/opmult.comp.spv")
|
||||
|
||||
mgr.eval_algo_file_def([tensor_in_a, tensor_in_b, tensor_out], shader_path)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue