Skip to content

v1.2.27

Compare
Choose a tag to compare
@lisaong lisaong released this 27 Mar 02:19
· 2 commits to main since this release

What's Changed

  • Merged PR 3181: Fix bug with reinterpret_cast of partially-dynamic
    array. [Mason Remy]

    Fix bug with reinterpret_cast of partially-dynamic array

  • Merged PR 3180: Enable getting a memref shape from a memref_cast
    result. [Mason Remy]

    Enable getting a memref shape from a memref_cast result

  • Merged PR 3179: Fix vulkan-specific smoke test break. [Lisa Ong]

    Missing an import for test_vulkan_gpu_matmul(). This test code path is only exercised when vulkan is installed.

            format = self.PACKAGE_FORMAT if "VULKAN_SDK" in os.environ else Package.Format.HAT_STATIC
            with verifiers.VerifyPackage(self, "test_vulkan_gpu_matmul", TEST_PACKAGE_DIR):
                package.build(
                    name="test_vulkan_gpu_matmul", format=format, mode=self.PACKAGE_MODE, output_dir=TEST_PACKAGE_DIR
                )
    

Full Changelog: v1.2.26...v1.2.27