skhiat

Results 2 comments of skhiat

Testing the head I got a: 'Error: Constraint violated: head2_filter.extent.1 (73) == 39 (39)' Here the repro: https://gist.github.com/skhiat/fe363b516143ee9f47b7b13822e214fe // this code are using D3D12Compute, tested with CUDA same result For...

Fix locally: On src/autoschedulers/adams2019/CMakeLists.txt ``` - add_executable(adams2019_weightsdir_to_weightsfile ${COMMON_DIR}/weightsdir_to_weightsfile.cpp Weights.cpp) + add_executable(adams2019_weightsdir_to_weightsfile ${COMMON_DIR}/weightsdir_to_weightsfile.cpp ${COMMON_DIR}/Weights.cpp) ``` // I don't have the right to push on this branch