Isuru Fernando
Isuru Fernando
> -target xxxxx-apple-darwin == iOS In clang, `xxxxx-apple-darwin` implies macOS. See for eg: https://github.com/llvm/llvm-project/blob/62ec4ac90738a5f2d209ed28c822223e58aaaeb7/llvm/unittests/ADT/TripleTest.cpp#L1184-L1186 `xxxxx-apple-darwin20` is internally `xxxxx-apple-macosx11.0`. You need `xxxxx-apple-ios` for iphoneOS.
I'm not sure I understand what the issue is.
@inducer, let me know what you think. I'll add tests if you think there shouldn't be any major re-write.
> Also, could you remind me what the status is here? Need to write tests.
Upstream report to cmake: https://gitlab.kitware.com/cmake/cmake/-/issues/21741
correct way to fix this would be to invalidate the cache created at `mmap` time. See https://github.com/llvm/llvm-project/commit/151990dd94e5#diff-eae7124ad4cf8f57aabf7930d1331ffa55b48f0ca975f5e963e7c2e5c0b65fedR930-R942
From Big Sur beta 7 update and forwards, macOS arm64 requires that executables and dylibs are signed (using any signature). See https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11-universal-apps-beta-release-notes Any suggestions on how to do this from...
@trixirt, I don't think this is correct. AFAIK, `pattern_size` gives the length of the data in `pattern`, but `cuMemsetD32Async` considers `pattern` to be a 32-bit value. Is my understanding incorrect?
Looks like `ENABLE_POCL_BUILDING` is turned off which is turned on by default. I don't think tests work with this option turned off.
@Oblomov, can you post the OpenCL kernel generated by sycl?