Taylor Nie

Results 23 issues of Taylor Nie

I'm using VCPKG to build Halide. It builds correctly and outputs the following usage ``` [cmake] The package halide provides CMake targets: [cmake] [cmake] set(CMAKE_CXX_STANDARD 17) [cmake] set(CMAKE_CXX_STANDARD_REQUIRED YES) [cmake]...

https://github.com/KhronosGroup/Vulkan-Guide/blob/main/chapters/versions.adoc https://docs.vulkan.org/guide/latest/versions.html#_instance_and_device > It is important to remember there is a difference between the instance-level version and device-level version. It is possible that the loader and implementations will support different...

I am trying to migrate some large datasets to nrrd and indeed pynrrd, and one thing I desire is to have `nrrd.read_data` support `np.memmap`. All my data is saved `raw`...