Misha Chornyi

Results 25 comments of Misha Chornyi

`--cmake_dir` and `--build-dir` are not mandatory arguments user can try to drop them, as it lookups for the source code directory. `--cmake-dir` location must contain `CMakeList.txt`

Unfortunately there is some limitations int terms of CUDA + ONNXRUNTIME compatibility. Best way to describe it is simply look into ONNXRUNTIME documentation: https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html We can build base container for...

My latest build on Windows within same environment stuck for several hours against `main`. And trow errors like: ``` C:\workspace\cutlass\include\cute/layout.hpp(746): catastrophic error : out of memory [C:\workspace\cutlass\b uild\tools\library\cutlass_library_gemm_sm90_void_s64x128x16gemm_f16_objs.vcxproj] return bw_coalesce(old_shape,...

I got following error output from ONNX Runtime build trying to engage the "cutlass" as a CMake submodule against CUDA 12.4: ``` C:\workspace\Release\_deps\cutlass-src\include\cutlass/gemm/threadblock/default_mma_core_sm80.h(2495): error : expression mus t have a...

Honestly I don't see a reason why we need to change the instructions by adding `-L/--location` key. >-L/--location (HTTP/HTTPS) If the server reports that the requested page has moved to...

With this change some of the variable values will be hidden from CMake and it's control would go to the wrapper and user input... We need to review it more...

@kthui , suppose we had picked up this change, am I right?

> I am hesitant to allow "follow redirects" being checked for security reasons. I need to follow up with our team before we can merge. @nv-kmcgill53 I don't see any...

[CVE-2023-45803](https://nvd.nist.gov/vuln/detail/CVE-2023-45803) prevent locking version as `urllib3

Dear customer we understand your request and have to clarify following for you. According to [Python Packaging User Guide#Version Specifier](https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers) documentation both version are valid as you mentioned above. Question...