Mirza Halilčević

Results 8 comments of Mirza Halilčević

> This won't build on Windows I believe. @chrispaquot You're right. We added a Linux-only guard around the tests.

> > > This won't build on Windows I believe. > > > > > > @chrispaquot You're right. We added a Linux-only guard around the tests. > > Can't...

> @mirza-halilcevic : Some tests fail CI. Details shared separately. PR updated, you can proceed with the merge.

> You should also test that an allocated memory and stream aren't valid anymore after device reset. @chrispaquot The suggested checks are implemented. Please proceed with the review.

> @music-dino / @mirza-halilcevic : Some tests failed on CI. Details shared separately. PR updated, you can proceed with the merge.

> Would it be possible to make it work on Windows too? @chrispaquot The IPC APIs are only supported on Linux systems.

> @mirza-halilcevic : Some tests currently failing. Shared details separately. PR updated, you can proceed with the merge.

> Windows CI is failing. Seems like... src\onnx\parse_einsum.cpp:516:21: error: use of undeclared identifier 'ssize_t' I replaced `ssize_t` with `int64_t`. Seems like it's still failing for some other reason. I don't...