Created
February 27, 2023 03:58
-
-
Save wangkuiyi/0470408a9c78e6151fd3b07ed050e592 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The C compiler identification is AppleClang 14.0.0.14000029 | |
-- The CXX compiler identification is AppleClang 14.0.0.14000029 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- The ASM compiler identification is Clang with GNU-like command-line | |
-- Found assembler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc | |
-- Could not find nvcc, please set CUDAToolkit_ROOT. | |
-- IREE HAL drivers: | |
-- - local-sync | |
-- - local-task | |
-- + external: metal | |
-- IREE HAL local executable library loaders: | |
-- - embedded-elf | |
-- - system-library | |
-- - vmvx-module | |
-- Looking for dlopen | |
-- Looking for dlopen - found | |
-- Performing Test IREE_SUPPORTS_VISIBILITY_DEFAULT | |
-- Performing Test IREE_SUPPORTS_VISIBILITY_DEFAULT - Success | |
-- Found Python3: /Users/y/miniforge3/envs/iree-jax/bin/python3.10 (found version "3.10.8") found components: Interpreter | |
-- Looking for PyYAML - found | |
-- Found Git: /usr/bin/git (found version "2.37.1 (Apple Git-137.1)") | |
-- Not adding LLVM/MLIR because the configuration does not require it | |
-- Found Python: /Users/y/miniforge3/envs/iree-jax/bin/python3.10 (found version "3.10.8") found components: Interpreter | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- git version: v1.7.1-4-gda652a74 normalized to 1.7.1.4 | |
-- Version: 1.7.1.4 | |
-- Looking for shm_open in rt | |
-- Looking for shm_open in rt - not found | |
-- Performing Test HAVE_CXX_FLAG_WALL | |
-- Performing Test HAVE_CXX_FLAG_WALL - Success | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA | |
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW | |
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL | |
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success | |
-- Performing Test HAVE_CXX_FLAG_WERROR | |
-- Performing Test HAVE_CXX_FLAG_WERROR - Success | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE | |
-- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS | |
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 | |
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED | |
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING | |
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success | |
-- Performing Test HAVE_CXX_FLAG_WD654 | |
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY | |
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success | |
-- Enabling additional flags: -DINCLUDE_DIRECTORIES=/Users/y/w/iree-ios/iree/third_party/benchmark/include | |
-- Cross-compiling to test HAVE_THREAD_SAFETY_ATTRIBUTES | |
CMake Warning at iree/third_party/benchmark/cmake/CXXFeatureCheck.cmake:49 (message): | |
If you see build failures due to cross compilation, try setting | |
HAVE_THREAD_SAFETY_ATTRIBUTES to 0 | |
Call Stack (most recent call first): | |
iree/third_party/benchmark/CMakeLists.txt:234 (cxx_feature_check) | |
-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE | |
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success | |
-- Cross-compiling to test HAVE_STD_REGEX | |
CMake Warning at iree/third_party/benchmark/cmake/CXXFeatureCheck.cmake:49 (message): | |
If you see build failures due to cross compilation, try setting | |
HAVE_STD_REGEX to 0 | |
Call Stack (most recent call first): | |
iree/third_party/benchmark/CMakeLists.txt:312 (cxx_feature_check) | |
-- Performing Test HAVE_STD_REGEX -- success | |
-- Cross-compiling to test HAVE_GNU_POSIX_REGEX | |
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile | |
-- Cross-compiling to test HAVE_POSIX_REGEX | |
CMake Warning at iree/third_party/benchmark/cmake/CXXFeatureCheck.cmake:49 (message): | |
If you see build failures due to cross compilation, try setting | |
HAVE_POSIX_REGEX to 0 | |
Call Stack (most recent call first): | |
iree/third_party/benchmark/CMakeLists.txt:314 (cxx_feature_check) | |
-- Performing Test HAVE_POSIX_REGEX -- success | |
-- Cross-compiling to test HAVE_STEADY_CLOCK | |
CMake Warning at iree/third_party/benchmark/cmake/CXXFeatureCheck.cmake:49 (message): | |
If you see build failures due to cross compilation, try setting | |
HAVE_STEADY_CLOCK to 0 | |
Call Stack (most recent call first): | |
iree/third_party/benchmark/CMakeLists.txt:323 (cxx_feature_check) | |
-- Performing Test HAVE_STEADY_CLOCK -- success | |
-- Performing Test IREE_UK_BUILD_ARM_64_DOTPROD | |
-- Performing Test IREE_UK_BUILD_ARM_64_DOTPROD - Success | |
-- Performing Test IREE_UK_BUILD_ARM_64_I8MM | |
-- Performing Test IREE_UK_BUILD_ARM_64_I8MM - Success | |
-- Adding IREE external HAL driver: metal | |
-- Registering external HAL drivers: metal | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/y/w/iree-ios/build/runtime/ios-sim-arm64 | |
[0/2] Re-checking globbed directories... | |
[1/429] Copying OS X Content lib/iree.framework/Headers/base/assert.h | |
[2/429] Copying OS X Content lib/iree.framework/Headers/base/attributes.h | |
[3/429] Copying OS X Content lib/iree.framework/Headers/base/alignment.h | |
[4/429] Copying OS X Content lib/iree.framework/Headers/base/allocator.h | |
[5/429] Copying OS X Content lib/iree.framework/Headers/base/api.h | |
[6/429] Copying OS X Content lib/iree.framework/Headers/base/bitfield.h | |
[7/429] Copying OS X Content lib/iree.framework/Headers/base/internal/atomics_disabled.h | |
[8/429] Copying OS X Content lib/iree.framework/Headers/base/config.h | |
[9/429] Copying OS X Content lib/iree.framework/Headers/base/internal/atomic_slist.h | |
[10/429] Copying OS X Content lib/iree.framework/Headers/base/internal/atomics.h | |
[11/429] Copying OS X Content lib/iree.framework/Headers/base/internal/arena.h | |
[12/429] Copying OS X Content lib/iree.framework/Headers/base/internal/atomics_clang.h | |
[13/429] Copying OS X Content lib/iree.framework/Headers/base/internal/atomics_gcc.h | |
[14/429] Copying OS X Content lib/iree.framework/Headers/base/internal/atomics_msvc.h | |
[15/429] Copying OS X Content lib/iree.framework/Headers/base/internal/call_once.h | |
[16/429] Copying OS X Content lib/iree.framework/Headers/base/internal/cpu.h | |
[17/429] Copying OS X Content lib/iree.framework/Headers/base/internal/event_pool.h | |
[18/429] Copying OS X Content lib/iree.framework/Headers/base/internal/file_io.h | |
[19/429] Copying OS X Content lib/iree.framework/Headers/base/internal/debugging.h | |
[20/429] Copying OS X Content lib/iree.framework/Headers/base/internal/flatcc/building.h | |
[21/429] Copying OS X Content lib/iree.framework/Headers/base/internal/flatcc/debugging.h | |
[22/429] Copying OS X Content lib/iree.framework/Headers/base/internal/flatcc/parsing.h | |
[23/429] Copying OS X Content lib/iree.framework/Headers/base/internal/dynamic_library.h | |
[24/429] Copying OS X Content lib/iree.framework/Headers/base/internal/flags.h | |
[25/429] Copying OS X Content lib/iree.framework/Headers/base/internal/fpu_state.h | |
[26/429] Copying OS X Content lib/iree.framework/Headers/base/internal/inline_array.h | |
[27/429] Copying OS X Content lib/iree.framework/Headers/base/internal/math.h | |
[28/429] Copying OS X Content lib/iree.framework/Headers/base/internal/path.h | |
[29/429] Copying OS X Content lib/iree.framework/Headers/base/internal/prng.h | |
[30/429] Copying OS X Content lib/iree.framework/Headers/base/internal/span.h | |
[31/429] Copying OS X Content lib/iree.framework/Headers/base/internal/threading.h | |
[32/429] Copying OS X Content lib/iree.framework/Headers/base/internal/threading_impl.h | |
[33/429] Copying OS X Content lib/iree.framework/Headers/base/internal/synchronization.h | |
[34/429] Copying OS X Content lib/iree.framework/Headers/base/internal/wait_handle.h | |
[35/429] Copying OS X Content lib/iree.framework/Headers/base/internal/wait_handle_impl.h | |
[36/429] Copying OS X Content lib/iree.framework/Headers/base/loop_inline.h | |
[37/429] Copying OS X Content lib/iree.framework/Headers/base/internal/wait_handle_posix.h | |
[38/429] Copying OS X Content lib/iree.framework/Headers/base/loop_emscripten.h | |
[39/429] Copying OS X Content lib/iree.framework/Headers/base/loop_sync.h | |
[40/429] Copying OS X Content lib/iree.framework/Headers/base/loop_test.h | |
[41/429] Copying OS X Content lib/iree.framework/Headers/base/string_builder.h | |
[42/429] Copying OS X Content lib/iree.framework/Headers/base/status.h | |
[43/429] Copying OS X Content lib/iree.framework/Headers/base/status_cc.h | |
[44/429] Copying OS X Content lib/iree.framework/Headers/base/loop.h | |
[45/429] Copying OS X Content lib/iree.framework/Headers/base/string_view.h | |
[46/429] Copying OS X Content lib/iree.framework/Headers/base/target_platform.h | |
[47/429] Copying OS X Content lib/iree.framework/Headers/base/tracing.h | |
[48/429] Copying OS X Content lib/iree.framework/Headers/base/time.h | |
[49/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/api.h | |
[50/429] Copying OS X Content lib/iree.framework/Headers/base/wait_source.h | |
[51/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/arch/arm_64/assembly.h | |
[52/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/arch/arm_64/pack_arm_64.h | |
[53/429] Copying OS X Content lib/iree.framework/Headers/builtins/device/device.h | |
[54/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/arch/arm_64/mmt4d_arm_64.h | |
[55/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/arch/arm_64/common_arm_neon.h | |
[56/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/arch/arm_64/query_tile_sizes_arm_64.h | |
[57/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/arch/arm_64/unpack_arm_64.h | |
[58/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/common.h | |
[59/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/elementwise.h | |
[60/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/mmt4d.h | |
[61/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/exported_bits.h | |
[62/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/pack.h | |
[63/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/static_assert.h | |
[64/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/mmt4d_tile.h | |
[65/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/pack_tile.h | |
[66/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/query_tile_sizes.h | |
[67/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/tools/ukernel_test_utils.h | |
[68/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/unpack.h | |
[69/429] Copying OS X Content lib/iree.framework/Headers/builtins/ukernel/unpack_tile.h | |
[70/429] Copying OS X Content lib/iree.framework/Headers/hal/api.h | |
[71/429] Copying OS X Content lib/iree.framework/Headers/hal/allocator.h | |
[72/429] Copying OS X Content lib/iree.framework/Headers/hal/buffer.h | |
[73/429] Copying OS X Content lib/iree.framework/Headers/hal/buffer_heap_impl.h | |
[74/429] Copying OS X Content lib/iree.framework/Headers/hal/buffer_view.h | |
[75/429] Copying OS X Content lib/iree.framework/Headers/hal/buffer_view_util.h | |
[76/429] Copying OS X Content lib/iree.framework/Headers/hal/channel.h | |
[77/429] Copying OS X Content lib/iree.framework/Headers/hal/command_buffer_validation.h | |
[78/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/allocator_test.h | |
[79/429] Copying OS X Content lib/iree.framework/Headers/hal/command_buffer.h | |
[80/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/buffer_mapping_test.h | |
[81/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/command_buffer_dispatch_test.h | |
[82/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/command_buffer_test.h | |
[83/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/descriptor_set_layout_test.h | |
[84/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/command_buffer_push_constants_test.h | |
[85/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/cts_test_base.h | |
[86/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/event_test.h | |
[87/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/driver_test.h | |
[88/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/executable_cache_test.h | |
[89/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/pipeline_layout_test.h | |
[90/429] Copying OS X Content lib/iree.framework/Headers/hal/device.h | |
[91/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/semaphore_submission_test.h | |
[92/429] Copying OS X Content lib/iree.framework/Headers/hal/cts/semaphore_test.h | |
[93/429] Copying OS X Content lib/iree.framework/Headers/hal/detail.h | |
[94/429] Copying OS X Content lib/iree.framework/Headers/hal/driver.h | |
[95/429] Copying OS X Content lib/iree.framework/Headers/hal/driver_registry.h | |
[96/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/api.h | |
[97/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/context_wrapper.h | |
[98/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/cuda_allocator.h | |
[99/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/cuda_buffer.h | |
[100/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/cuda_device.h | |
[101/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/cuda_event.h | |
[102/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/dynamic_symbol_tables.h | |
[103/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/event_semaphore.h | |
[104/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/cuda_headers.h | |
[105/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/dynamic_symbols.h | |
[106/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/graph_command_buffer.h | |
[107/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/native_executable.h | |
[108/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/nop_executable_cache.h | |
[109/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/nccl_channel.h | |
[110/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/pipeline_layout.h | |
[111/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/registration/driver_module.h | |
[112/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/status_util.h | |
[113/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/stream_command_buffer.h | |
[114/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/init.h | |
[115/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/cuda/tracing.h | |
[116/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_sync/registration/driver_module.h | |
[117/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_sync/sync_device.h | |
[118/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_sync/sync_driver.h | |
[119/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_sync/sync_semaphore.h | |
[120/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_sync/sync_event.h | |
[121/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/registration/driver_module.h | |
[122/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/task_command_buffer.h | |
[123/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/task_driver.h | |
[124/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/task_device.h | |
[125/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/task_queue.h | |
[126/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/task_queue_state.h | |
[127/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/task_event.h | |
[128/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/api.h | |
[129/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/local_task/task_semaphore.h | |
[130/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/builtin_executables.h | |
[131/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/command_queue.h | |
[132/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/descriptor_pool_cache.h | |
[133/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/descriptor_set_arena.h | |
[134/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/debug_reporter.h | |
[135/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/direct_command_buffer.h | |
[136/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/direct_command_queue.h | |
[137/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/dynamic_symbol_tables.h | |
[138/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/native_event.h | |
[139/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/dynamic_symbols.h | |
[140/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/extensibility_util.h | |
[141/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/handle_util.h | |
[142/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/native_executable.h | |
[143/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/internal_vk_mem_alloc.h | |
[144/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/native_pipeline_layout.h | |
[145/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/native_semaphore.h | |
[146/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/nop_executable_cache.h | |
[147/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/registration/driver_module.h | |
[148/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/status_util.h | |
[149/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/tracing.h | |
[150/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/util/arena.h | |
[151/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/util/intrusive_list.h | |
[152/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/util/ref_ptr.h | |
[153/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/vma_allocator.h | |
[154/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/vma_buffer.h | |
[155/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/vulkan_device.h | |
[156/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/vulkan_driver.h | |
[157/429] Copying OS X Content lib/iree.framework/Headers/hal/drivers/vulkan/vulkan_headers.h | |
[158/429] Copying OS X Content lib/iree.framework/Headers/hal/event.h | |
[159/429] Copying OS X Content lib/iree.framework/Headers/hal/executable.h | |
[160/429] Copying OS X Content lib/iree.framework/Headers/hal/executable_cache.h | |
[161/429] Copying OS X Content lib/iree.framework/Headers/hal/fence.h | |
[162/429] Copying OS X Content lib/iree.framework/Headers/hal/local/elf/arch.h | |
[163/429] Copying OS X Content lib/iree.framework/Headers/hal/local/elf/elf_module.h | |
[164/429] Copying OS X Content lib/iree.framework/Headers/hal/local/elf/elf_types.h | |
[165/429] Copying OS X Content lib/iree.framework/Headers/hal/local/elf/platform.h | |
[166/429] Copying OS X Content lib/iree.framework/Headers/hal/local/executable_environment.h | |
[167/429] Copying OS X Content lib/iree.framework/Headers/hal/local/executable_library.h | |
[168/429] Copying OS X Content lib/iree.framework/Headers/hal/local/executable_library_demo.h | |
[169/429] Copying OS X Content lib/iree.framework/Headers/hal/local/inline_command_buffer.h | |
[170/429] Copying OS X Content lib/iree.framework/Headers/hal/local/executable_loader.h | |
[171/429] Copying OS X Content lib/iree.framework/Headers/hal/local/loaders/embedded_elf_loader.h | |
[172/429] Copying OS X Content lib/iree.framework/Headers/hal/local/loaders/registration/init.h | |
[173/429] Copying OS X Content lib/iree.framework/Headers/hal/local/loaders/static_library_loader.h | |
[174/429] Copying OS X Content lib/iree.framework/Headers/hal/local/loaders/system_library_loader.h | |
[175/429] Copying OS X Content lib/iree.framework/Headers/hal/local/loaders/vmvx_module_loader.h | |
[176/429] Copying OS X Content lib/iree.framework/Headers/hal/semaphore.h | |
[177/429] Copying OS X Content lib/iree.framework/Headers/hal/local/local_executable.h | |
[178/429] Copying OS X Content lib/iree.framework/Headers/hal/local/local_executable_cache.h | |
[179/429] Copying OS X Content lib/iree.framework/Headers/hal/local/local_pipeline_layout.h | |
[180/429] Copying OS X Content lib/iree.framework/Headers/hal/resource.h | |
[181/429] Copying OS X Content lib/iree.framework/Headers/hal/pipeline_layout.h | |
[182/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/buffer_transfer.h | |
[183/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/caching_allocator.h | |
[184/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/debug_allocator.h | |
[185/429] Copying OS X Content lib/iree.framework/Headers/hal/string_util.h | |
[186/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/allocators.h | |
[187/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/collective_batch.h | |
[188/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/deferred_command_buffer.h | |
[189/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/semaphore_base.h | |
[190/429] Copying OS X Content lib/iree.framework/Headers/modules/check/module.h | |
[191/429] Copying OS X Content lib/iree.framework/Headers/modules/hal/inline/module.h | |
[192/429] Copying OS X Content lib/iree.framework/Headers/modules/hal/loader/module.h | |
[193/429] Copying OS X Content lib/iree.framework/Headers/hal/utils/resource_set.h | |
[194/429] Copying OS X Content lib/iree.framework/Headers/modules/hal/types.h | |
[195/429] Copying OS X Content lib/iree.framework/Headers/modules/hal/utils/buffer_diagnostics.h | |
[196/429] Copying OS X Content lib/iree.framework/Headers/modules/hal/module.h | |
[197/429] Copying OS X Content lib/iree.framework/Headers/modules/vmvx/module.h | |
[198/429] Copying OS X Content lib/iree.framework/Headers/runtime/call.h | |
[199/429] Copying OS X Content lib/iree.framework/Headers/runtime/instance.h | |
[200/429] Copying OS X Content lib/iree.framework/Headers/runtime/session.h | |
[201/429] Copying OS X Content lib/iree.framework/Headers/runtime/api.h | |
[202/429] Copying OS X Content lib/iree.framework/Headers/task/affinity_set.h | |
[203/429] Copying OS X Content lib/iree.framework/Headers/schemas/cpu_data.h | |
[204/429] Copying OS X Content lib/iree.framework/Headers/schemas/instruments/dispatch.h | |
[205/429] Copying OS X Content lib/iree.framework/Headers/task/api.h | |
[206/429] Copying OS X Content lib/iree.framework/Headers/task/executor.h | |
[207/429] Copying OS X Content lib/iree.framework/Headers/task/list.h | |
[208/429] Copying OS X Content lib/iree.framework/Headers/task/poller.h | |
[209/429] Copying OS X Content lib/iree.framework/Headers/task/pool.h | |
[210/429] Copying OS X Content lib/iree.framework/Headers/task/queue.h | |
[211/429] Copying OS X Content lib/iree.framework/Headers/task/executor_impl.h | |
[212/429] Copying OS X Content lib/iree.framework/Headers/task/post_batch.h | |
[213/429] Copying OS X Content lib/iree.framework/Headers/task/scope.h | |
[214/429] Copying OS X Content lib/iree.framework/Headers/task/task_impl.h | |
[215/429] Copying OS X Content lib/iree.framework/Headers/task/testing/task_test.h | |
[216/429] Copying OS X Content lib/iree.framework/Headers/task/submission.h | |
[217/429] Copying OS X Content lib/iree.framework/Headers/task/task.h | |
[218/429] Copying OS X Content lib/iree.framework/Headers/task/testing/test_util.h | |
[219/429] Copying OS X Content lib/iree.framework/Headers/task/topology.h | |
[220/429] Copying OS X Content lib/iree.framework/Headers/testing/benchmark.h | |
[221/429] Copying OS X Content lib/iree.framework/Headers/testing/gtest.h | |
[222/429] Copying OS X Content lib/iree.framework/Headers/task/tuning.h | |
[223/429] Copying OS X Content lib/iree.framework/Headers/tooling/buffer_view_matchers.h | |
[224/429] Copying OS X Content lib/iree.framework/Headers/task/worker.h | |
[225/429] Copying OS X Content lib/iree.framework/Headers/testing/status_matchers.h | |
[226/429] Copying OS X Content lib/iree.framework/Headers/tooling/comparison.h | |
[227/429] Copying OS X Content lib/iree.framework/Headers/tooling/context_util.h | |
[228/429] Copying OS X Content lib/iree.framework/Headers/tooling/device_util.h | |
[229/429] Copying OS X Content lib/iree.framework/Headers/tooling/numpy_io.h | |
[230/429] Copying OS X Content lib/iree.framework/Headers/tooling/instrument_util.h | |
[231/429] Copying OS X Content lib/iree.framework/Headers/tooling/trace_replay.h | |
[232/429] Copying OS X Content lib/iree.framework/Headers/tooling/vm_util.h | |
[233/429] Copying OS X Content lib/iree.framework/Headers/tooling/yaml_util.h | |
[234/429] Copying OS X Content lib/iree.framework/Headers/vm/api.h | |
[235/429] Copying OS X Content lib/iree.framework/Headers/vm/buffer.h | |
[236/429] Copying OS X Content lib/iree.framework/Headers/vm/bytecode/dispatch_util.h | |
[237/429] Copying OS X Content lib/iree.framework/Headers/vm/bytecode/disassembler.h | |
[238/429] Copying OS X Content lib/iree.framework/Headers/vm/bytecode/generated/op_table.h | |
[239/429] Copying OS X Content lib/iree.framework/Headers/vm/bytecode/module.h | |
[240/429] Copying OS X Content lib/iree.framework/Headers/vm/bytecode/module_impl.h | |
[241/429] Copying OS X Content lib/iree.framework/Headers/vm/context.h | |
[242/429] Copying OS X Content lib/iree.framework/Headers/vm/invocation.h | |
[243/429] Copying OS X Content lib/iree.framework/Headers/vm/list.h | |
[244/429] Copying OS X Content lib/iree.framework/Headers/vm/instance.h | |
[245/429] Copying OS X Content lib/iree.framework/Headers/vm/module.h | |
[246/429] Copying OS X Content lib/iree.framework/Headers/vm/native_module_cc.h | |
[247/429] Copying OS X Content lib/iree.framework/Headers/vm/native_module_packing.h | |
[248/429] Copying OS X Content lib/iree.framework/Headers/vm/native_module.h | |
[249/429] Copying OS X Content lib/iree.framework/Headers/vm/ops.h | |
[250/429] Copying OS X Content lib/iree.framework/Headers/vm/native_module_test.h | |
[251/429] Copying OS X Content lib/iree.framework/Headers/vm/ops_emitc.h | |
[252/429] Copying OS X Content lib/iree.framework/Headers/vm/ref_cc.h | |
[253/429] Copying OS X Content lib/iree.framework/Headers/vm/shims_emitc.h | |
[254/429] Copying OS X Content lib/iree.framework/Headers/vm/shims.h | |
[255/429] Copying OS X Content lib/iree.framework/Headers/vm/ref.h | |
[256/429] Copying OS X Content lib/iree.framework/Headers/vm/type_def.h | |
[257/429] Copying OS X Content lib/iree.framework/Headers/vm/stack.h | |
[258/429] Copying OS X Content lib/iree.framework/Headers/vm/value.h | |
[259/429] Building C object iree_core/third_party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o | |
[260/429] Building C object iree_core/third_party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o | |
[261/429] Building C object iree_core/third_party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o | |
[262/429] Building C object iree_core/third_party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o | |
[263/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/allocator.c.o | |
[264/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/bitfield.c.o | |
[265/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/loop.c.o | |
[266/429] Building C object iree_core/third_party/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o | |
[267/429] Building C object iree_core/third_party/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o | |
[268/429] Building C object iree_core/third_party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o | |
[269/429] Building C object iree_core/build_tools/third_party/flatcc/CMakeFiles/flatcc_parsing.dir/__/__/__/third_party/flatcc/src/runtime/verifier.c.o | |
[270/429] Building C object iree_core/third_party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o | |
[271/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/string_builder.c.o | |
[272/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/loop_inline.c.o | |
[273/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/time.c.o | |
[274/429] Building CXX object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_tracing.objects.dir/tracing.cc.o | |
[275/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/wait_source.c.o | |
[276/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/status.c.o | |
[277/429] Building C object iree_core/runtime/src/iree/base/CMakeFiles/iree_base_base.objects.dir/string_view.c.o | |
[278/429] Linking C static library iree_core/third_party/cpuinfo/deps/clog/libclog.a | |
[279/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_atomic_slist.objects.dir/atomic_slist.c.o | |
[280/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_cpu.objects.dir/cpu.c.o | |
[281/429] Linking C static library iree_core/build_tools/third_party/flatcc/libflatcc_parsing.a | |
[282/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_dynamic_library.objects.dir/dynamic_library_win32.c.o | |
[283/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_dynamic_library.objects.dir/dynamic_library_posix.c.o | |
[284/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_fpu_state.objects.dir/fpu_state.c.o | |
[285/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_arena.objects.dir/arena.c.o | |
[286/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_path.objects.dir/path.c.o | |
[287/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_flags.objects.dir/flags.c.o | |
[288/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle.c.o | |
[289/429] Linking C static library iree_core/third_party/cpuinfo/libcpuinfo.a | |
[290/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_file_io.objects.dir/file_io.c.o | |
[291/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle_epoll.c.o | |
[292/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle_inproc.c.o | |
[293/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_synchronization.objects.dir/synchronization.c.o | |
[294/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle_kqueue.c.o | |
[295/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle_null.c.o | |
[296/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle_win32.c.o | |
[297/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_event_pool.objects.dir/event_pool.c.o | |
[298/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/mmt4d.c.o | |
[299/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle_posix.c.o | |
[300/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_threading.objects.dir/threading_win32.c.o | |
[301/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/mmt4d_tile.c.o | |
[302/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/elementwise_generic.c.o | |
[303/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_wait_handle.objects.dir/wait_handle_poll.c.o | |
[304/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_threading.objects.dir/threading_pthreads.c.o | |
[305/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_threading.objects.dir/threading.c.o | |
[306/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/pack.c.o | |
[307/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/pack_tile.c.o | |
[308/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/unpack.c.o | |
[309/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/query_tile_sizes.c.o | |
[310/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/CMakeFiles/iree_builtins_ukernel_ukernel.objects.dir/unpack_tile.c.o | |
[311/429] Building ASM object iree_core/runtime/src/iree/builtins/ukernel/arch/arm_64/CMakeFiles/iree_builtins_ukernel_arch_arm_64_mmt4d_arm_64_dotprod.objects.dir/mmt4d_arm_64_dotprod.S.o | |
[312/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/arch/arm_64/CMakeFiles/iree_builtins_ukernel_arch_arm_64_mmt4d_arm_64.objects.dir/mmt4d_arm_64.c.o | |
[313/429] Building ASM object iree_core/runtime/src/iree/builtins/ukernel/arch/arm_64/CMakeFiles/iree_builtins_ukernel_arch_arm_64_mmt4d_arm_64.objects.dir/mmt4d_arm_64.S.o | |
[314/429] Building ASM object iree_core/runtime/src/iree/builtins/ukernel/arch/arm_64/CMakeFiles/iree_builtins_ukernel_arch_arm_64_mmt4d_arm_64_i8mm.objects.dir/mmt4d_arm_64_i8mm.S.o | |
[315/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/arch/arm_64/CMakeFiles/iree_builtins_ukernel_arch_arm_64_query_tile_sizes_arm_64.objects.dir/query_tile_sizes_arm_64.c.o | |
[316/429] Building C object iree_core/runtime/src/iree/base/internal/CMakeFiles/iree_base_internal_threading.objects.dir/threading_darwin.c.o | |
[317/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/allocator.c.o | |
[318/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/arch/arm_64/CMakeFiles/iree_builtins_ukernel_arch_arm_64_unpack_arm_64.objects.dir/unpack_arm_64.c.o | |
[319/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/buffer_view.c.o | |
[320/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/channel.c.o | |
[321/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/buffer_heap.c.o | |
[322/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/allocator_heap.c.o | |
[323/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/buffer_view_util.c.o | |
[324/429] Generating dummy_reader.h, dummy_builder.h, dummy_verifier.h, dummy_json_printer.h, dummy_json_parser.h | |
[325/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/buffer.c.o | |
[326/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/command_buffer.c.o | |
[327/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/driver.c.o | |
[328/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/executable.c.o | |
[329/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/device.c.o | |
[330/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/driver_registry.c.o | |
[331/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/event.c.o | |
[332/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/fence.c.o | |
[333/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/pipeline_layout.c.o | |
[334/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/executable_cache.c.o | |
[335/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/semaphore.c.o | |
[336/429] Building C object iree_core/runtime/src/iree/builtins/ukernel/arch/arm_64/CMakeFiles/iree_builtins_ukernel_arch_arm_64_pack_arm_64.objects.dir/pack_arm_64.c.o | |
[337/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/command_buffer_validation.c.o | |
[338/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_sync/CMakeFiles/iree_hal_drivers_local_sync_sync_driver.objects.dir/sync_event.c.o | |
[339/429] Building C object iree_core/runtime/src/iree/hal/CMakeFiles/iree_hal_hal.objects.dir/string_util.c.o | |
[340/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_sync/CMakeFiles/iree_hal_drivers_local_sync_sync_driver.objects.dir/sync_driver.c.o | |
[341/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_sync/CMakeFiles/iree_hal_drivers_local_sync_sync_driver.objects.dir/sync_semaphore.c.o | |
[342/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_sync/CMakeFiles/iree_hal_drivers_local_sync_sync_driver.objects.dir/sync_device.c.o | |
[343/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/CMakeFiles/iree_hal_drivers_local_task_task_driver.objects.dir/task_event.c.o | |
[344/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/CMakeFiles/iree_hal_drivers_local_task_task_driver.objects.dir/task_command_buffer.c.o | |
[345/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/CMakeFiles/iree_hal_drivers_local_task_task_driver.objects.dir/task_device.c.o | |
[346/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/CMakeFiles/iree_hal_drivers_local_task_task_driver.objects.dir/task_driver.c.o | |
[347/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/CMakeFiles/iree_hal_drivers_local_task_task_driver.objects.dir/task_queue.c.o | |
[348/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/CMakeFiles/iree_hal_drivers_local_task_task_driver.objects.dir/task_queue_state.c.o | |
[349/429] Building C object iree_core/runtime/src/iree/hal/local/CMakeFiles/iree_hal_local_executable_environment.objects.dir/executable_environment.c.o | |
[350/429] Building C object iree_core/runtime/src/iree/hal/local/CMakeFiles/iree_hal_local_executable_loader.objects.dir/executable_loader.c.o | |
[351/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/CMakeFiles/iree_hal_drivers_local_task_task_driver.objects.dir/task_semaphore.c.o | |
[352/429] Building C object iree_core/runtime/src/iree/hal/local/CMakeFiles/iree_hal_local_executable_loader.objects.dir/local_executable.c.o | |
[353/429] Building C object iree_core/runtime/src/iree/hal/local/CMakeFiles/iree_hal_local_local.objects.dir/local_executable_cache.c.o | |
[354/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_arch.objects.dir/arch/arm_32.c.o | |
[355/429] Building C object iree_core/runtime/src/iree/hal/local/CMakeFiles/iree_hal_local_local.objects.dir/inline_command_buffer.c.o | |
[356/429] Generating metal_buffer_kernels.h, metal_buffer_kernels.c | |
[357/429] Building C object iree_core/runtime/src/iree/hal/local/CMakeFiles/iree_hal_local_local.objects.dir/local_pipeline_layout.c.o | |
[358/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_elf_module.objects.dir/elf_module.c.o | |
[359/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_arch.objects.dir/arch/arm_64.c.o | |
[360/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_arch.objects.dir/arch/riscv.c.o | |
[361/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_arch.objects.dir/arch/x86_64.c.o | |
[362/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_arch.objects.dir/arch/x86_32.c.o | |
[363/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_platform.objects.dir/platform/generic.c.o | |
[364/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_platform.objects.dir/platform/windows.c.o | |
[365/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_platform.objects.dir/platform/apple.c.o | |
[366/429] Building C object iree_core/runtime/src/iree/hal/local/elf/CMakeFiles/iree_hal_local_elf_platform.objects.dir/platform/linux.c.o | |
[367/429] Building C object iree_core/experimental/metal/builtin/CMakeFiles/iree_experimental_metal_builtin_builtin.objects.dir/metal_buffer_kernels.c.o | |
[368/429] Generating bytecode_module_def_reader.h, bytecode_module_def_builder.h, bytecode_module_def_verifier.h, bytecode_module_def_json_printer.h, bytecode_module_def_json_parser.h | |
[369/429] Generating metal_executable_def_reader.h, metal_executable_def_builder.h, metal_executable_def_verifier.h, metal_executable_def_json_printer.h, metal_executable_def_json_parser.h | |
[370/429] Building C object iree_core/runtime/src/iree/hal/utils/CMakeFiles/iree_hal_utils_semaphore_base.objects.dir/semaphore_base.c.o | |
[371/429] Building C object iree_core/runtime/src/iree/hal/utils/CMakeFiles/iree_hal_utils_resource_set.objects.dir/resource_set.c.o | |
[372/429] Building C object iree_core/runtime/src/iree/hal/local/loaders/CMakeFiles/iree_hal_local_loaders_system_library_loader.objects.dir/system_library_loader.c.o | |
[373/429] Building C object iree_core/runtime/src/iree/hal/local/loaders/CMakeFiles/iree_hal_local_loaders_embedded_elf_loader.objects.dir/embedded_elf_loader.c.o | |
[374/429] Building C object iree_core/runtime/src/iree/modules/hal/utils/CMakeFiles/iree_modules_hal_utils_buffer_diagnostics.objects.dir/buffer_diagnostics.c.o | |
[375/429] Building C object iree_core/runtime/src/iree/modules/hal/CMakeFiles/iree_modules_hal_types.objects.dir/types.c.o | |
[376/429] Building C object iree_core/runtime/src/iree/modules/hal/CMakeFiles/iree_modules_hal_hal.objects.dir/module.c.o | |
[377/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_sync/registration/CMakeFiles/iree_hal_drivers_local_sync_registration_registration.objects.dir/driver_module.c.o | |
[378/429] Building C object iree_core/runtime/src/iree/hal/drivers/local_task/registration/CMakeFiles/iree_hal_drivers_local_task_registration_registration.objects.dir/driver_module.c.o | |
[379/429] Building C object iree_core/runtime/src/iree/hal/local/loaders/registration/CMakeFiles/iree_hal_local_loaders_registration_registration.objects.dir/init.c.o | |
[380/429] Building C object iree_core/runtime/src/iree/hal/utils/CMakeFiles/iree_hal_utils_deferred_command_buffer.objects.dir/deferred_command_buffer.c.o | |
[381/429] Building C object iree_core/runtime/src/iree/hal/local/loaders/CMakeFiles/iree_hal_local_loaders_vmvx_module_loader.objects.dir/vmvx_module_loader.c.o | |
[382/429] Building C object iree_core/runtime/src/iree/hal/drivers/CMakeFiles/iree_hal_drivers_drivers.objects.dir/init.c.o | |
[383/429] Building C object iree_core/runtime/src/iree/hal/drivers/CMakeFiles/iree_hal_drivers_drivers.objects.dir/init_external.c.o | |
[384/429] Building C object iree_core/runtime/src/iree/hal/utils/CMakeFiles/iree_hal_utils_buffer_transfer.objects.dir/buffer_transfer.c.o | |
[385/429] Building C object iree_core/runtime/src/iree/modules/vmvx/CMakeFiles/iree_modules_vmvx_vmvx.objects.dir/module.c.o | |
[386/429] Building C object CMakeFiles/iree_test.dir/test_api.c.o | |
[387/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/pipeline_layout.m.o | |
[388/429] Building C object iree_core/experimental/metal/registration/CMakeFiles/iree_experimental_metal_registration_registration.objects.dir/driver_module.c.o | |
[389/429] Building C object iree_core/runtime/src/iree/runtime/CMakeFiles/iree_runtime_impl.objects.dir/call.c.o | |
[390/429] Building C object iree_core/runtime/src/iree/runtime/CMakeFiles/iree_runtime_impl.objects.dir/instance.c.o | |
[391/429] Building C object iree_core/runtime/src/iree/runtime/CMakeFiles/iree_runtime_impl.objects.dir/session.c.o | |
[392/429] Building C object iree_core/runtime/src/iree/task/CMakeFiles/iree_task_api.objects.dir/api.c.o | |
[393/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_buffer.m.o | |
[394/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/builtin_executables.m.o | |
FAILED: iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/builtin_executables.m.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isystem /Users/y/w/iree-ios/iree -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core -isystem /Users/y/w/iree-ios/iree/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/base/internal/flatcc -isystem /Users/y/w/iree-ios/iree/third_party/flatcc/include -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/schemas -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -mios-simulator-version-min=11.0 -fPIC -fvisibility=hidden -Werror -Wall -Wno-ambiguous-member-template -Wno-char-subscripts -Wno-extern-c-compat -Wno-gnu-alignof-expression -Wno-gnu-variable-sized-type-not-at-end -Wno-ignored-optimization-argument -Wno-invalid-offsetof -Wno-invalid-source-encoding -Wno-mismatched-tags -Wno-pointer-sign -Wno-reserved-user-defined-literal -Wno-return-type-c-linkage -Wno-self-assign-overloaded -Wno-sign-compare -Wno-signed-unsigned-wchar -Wno-strict-overflow -Wno-trigraphs -Wno-unknown-pragmas -Wno-unknown-warning-option -Wno-unused-command-line-argument -Wno-unused-const-variable -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-private-field -Wno-user-defined-warnings -Wctad-maybe-unsupported -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Wimplicit-fallthrough -Winfinite-recursion -Wliteral-conversion -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety -Wthread-safety-beta -Wunused-comparison -Wvla -fno-lax-vector-conversions -fmacro-prefix-map=/Users/y/w/iree-ios/iree=iree -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/ -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/flatcc/reflection/ -std=gnu11 -MD -MT iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/builtin_executables.m.o -MF iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/builtin_executables.m.o.d -o iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/builtin_executables.m.o -c /Users/y/w/iree-ios/iree/experimental/metal/builtin_executables.m | |
/Users/y/w/iree-ios/iree/experimental/metal/builtin_executables.m:67:39: error: 'MTLLanguageVersion3_0' is only available on iOS 16.0 or newer [-Werror,-Wunguarded-availability-new] | |
compile_options.languageVersion = MTLLanguageVersion3_0; | |
^~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLLibrary.h:192:5: note: 'MTLLanguageVersion3_0' has been marked as being introduced in iOS 16.0 here, but the deployment target is iOS 11.0.0 | |
MTLLanguageVersion3_0 API_AVAILABLE(macos(13.0), ios(16.0)) = | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/builtin_executables.m:67:39: note: enclose 'MTLLanguageVersion3_0' in an @available check to silence this warning | |
compile_options.languageVersion = MTLLanguageVersion3_0; | |
^~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
[395/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_shared_event.m.o | |
FAILED: iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_shared_event.m.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isystem /Users/y/w/iree-ios/iree -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core -isystem /Users/y/w/iree-ios/iree/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/base/internal/flatcc -isystem /Users/y/w/iree-ios/iree/third_party/flatcc/include -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/schemas -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -mios-simulator-version-min=11.0 -fPIC -fvisibility=hidden -Werror -Wall -Wno-ambiguous-member-template -Wno-char-subscripts -Wno-extern-c-compat -Wno-gnu-alignof-expression -Wno-gnu-variable-sized-type-not-at-end -Wno-ignored-optimization-argument -Wno-invalid-offsetof -Wno-invalid-source-encoding -Wno-mismatched-tags -Wno-pointer-sign -Wno-reserved-user-defined-literal -Wno-return-type-c-linkage -Wno-self-assign-overloaded -Wno-sign-compare -Wno-signed-unsigned-wchar -Wno-strict-overflow -Wno-trigraphs -Wno-unknown-pragmas -Wno-unknown-warning-option -Wno-unused-command-line-argument -Wno-unused-const-variable -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-private-field -Wno-user-defined-warnings -Wctad-maybe-unsupported -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Wimplicit-fallthrough -Winfinite-recursion -Wliteral-conversion -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety -Wthread-safety-beta -Wunused-comparison -Wvla -fno-lax-vector-conversions -fmacro-prefix-map=/Users/y/w/iree-ios/iree=iree -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/ -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/flatcc/reflection/ -std=gnu11 -MD -MT iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_shared_event.m.o -MF iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_shared_event.m.o.d -o iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_shared_event.m.o -c /Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:22:6: error: 'MTLSharedEvent' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
id<MTLSharedEvent> shared_event; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h:48:11: note: 'MTLSharedEvent' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
@protocol MTLSharedEvent <MTLEvent> | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:18:16: note: annotate 'iree_hal_metal_shared_event_t' with an availability attribute to silence this warning | |
typedef struct iree_hal_metal_shared_event_t { | |
^ | |
API_AVAILABLE(ios(12.0)) | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:24:3: error: 'MTLSharedEventListener' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
MTLSharedEventListener* event_listener; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h:36:12: note: 'MTLSharedEventListener' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
@interface MTLSharedEventListener : NSObject | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:18:16: note: annotate 'iree_hal_metal_shared_event_t' with an availability attribute to silence this warning | |
typedef struct iree_hal_metal_shared_event_t { | |
^ | |
API_AVAILABLE(ios(12.0)) | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:46:4: error: 'MTLSharedEvent' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
id<MTLSharedEvent> iree_hal_metal_shared_event_handle(iree_hal_semaphore_t* base_semaphore) { | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h:48:11: note: 'MTLSharedEvent' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
@protocol MTLSharedEvent <MTLEvent> | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:46:20: note: annotate 'iree_hal_metal_shared_event_handle' with an availability attribute to silence this warning | |
id<MTLSharedEvent> iree_hal_metal_shared_event_handle(iree_hal_semaphore_t* base_semaphore) { | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:52:50: error: 'MTLSharedEventListener' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
MTLSharedEventListener* listener, | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h:36:12: note: 'MTLSharedEventListener' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
@interface MTLSharedEventListener : NSObject | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:51:15: note: annotate 'iree_hal_metal_shared_event_create' with an availability attribute to silence this warning | |
iree_status_t iree_hal_metal_shared_event_create(id<MTLDevice> device, uint64_t initial_value, | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:63:39: error: 'newSharedEvent' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
semaphore->shared_event = [device newSharedEvent]; // +1 | |
^~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:847:1: note: 'newSharedEvent' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
- (nullable id <MTLSharedEvent>)newSharedEvent API_AVAILABLE(macos(10.14), ios(12.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_shared_event.m:63:39: note: enclose 'newSharedEvent' in an @available check to silence this warning | |
semaphore->shared_event = [device newSharedEvent]; // +1 | |
^~~~~~~~~~~~~~~ | |
5 errors generated. | |
[396/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/nop_executable_cache.m.o | |
[397/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_device.m.o | |
FAILED: iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_device.m.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isystem /Users/y/w/iree-ios/iree -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core -isystem /Users/y/w/iree-ios/iree/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/base/internal/flatcc -isystem /Users/y/w/iree-ios/iree/third_party/flatcc/include -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/schemas -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -mios-simulator-version-min=11.0 -fPIC -fvisibility=hidden -Werror -Wall -Wno-ambiguous-member-template -Wno-char-subscripts -Wno-extern-c-compat -Wno-gnu-alignof-expression -Wno-gnu-variable-sized-type-not-at-end -Wno-ignored-optimization-argument -Wno-invalid-offsetof -Wno-invalid-source-encoding -Wno-mismatched-tags -Wno-pointer-sign -Wno-reserved-user-defined-literal -Wno-return-type-c-linkage -Wno-self-assign-overloaded -Wno-sign-compare -Wno-signed-unsigned-wchar -Wno-strict-overflow -Wno-trigraphs -Wno-unknown-pragmas -Wno-unknown-warning-option -Wno-unused-command-line-argument -Wno-unused-const-variable -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-private-field -Wno-user-defined-warnings -Wctad-maybe-unsupported -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Wimplicit-fallthrough -Winfinite-recursion -Wliteral-conversion -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety -Wthread-safety-beta -Wunused-comparison -Wvla -fno-lax-vector-conversions -fmacro-prefix-map=/Users/y/w/iree-ios/iree=iree -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/ -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/flatcc/reflection/ -std=gnu11 -MD -MT iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_device.m.o -MF iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_device.m.o.d -o iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_device.m.o -c /Users/y/w/iree-ios/iree/experimental/metal/metal_device.m | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:48:3: error: 'MTLSharedEventListener' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
MTLSharedEventListener* event_listener; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h:36:12: note: 'MTLSharedEventListener' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
@interface MTLSharedEventListener : NSObject | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:22:16: note: annotate 'iree_hal_metal_device_t' with an availability attribute to silence this warning | |
typedef struct iree_hal_metal_device_t { | |
^ | |
API_AVAILABLE(ios(12.0)) | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:107:32: error: 'MTLSharedEventListener' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
device->event_listener = [[MTLSharedEventListener alloc] | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLEvent.h:36:12: note: 'MTLSharedEventListener' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
@interface MTLSharedEventListener : NSObject | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:107:32: note: enclose 'MTLSharedEventListener' in an @available check to silence this warning | |
device->event_listener = [[MTLSharedEventListener alloc] | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:308:11: error: 'encodeWaitForEvent:value:' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
encodeWaitForEvent:iree_hal_metal_shared_event_handle(wait_semaphore_list.semaphores[i]) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h:391:1: note: 'encodeWaitForEvent:value:' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
- (void)encodeWaitForEvent:(id <MTLEvent>)event value:(uint64_t)value API_AVAILABLE(macos(10.14), ios(12.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:308:11: note: enclose 'encodeWaitForEvent:value:' in an @available check to silence this warning | |
encodeWaitForEvent:iree_hal_metal_shared_event_handle(wait_semaphore_list.semaphores[i]) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:323:11: error: 'encodeSignalEvent:value:' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
encodeSignalEvent:iree_hal_metal_shared_event_handle(signal_semaphore_list.semaphores[i]) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h:398:1: note: 'encodeSignalEvent:value:' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
- (void)encodeSignalEvent:(id <MTLEvent>)event value:(uint64_t)value API_AVAILABLE(macos(10.14), ios(12.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_device.m:323:11: note: enclose 'encodeSignalEvent:value:' in an @available check to silence this warning | |
encodeSignalEvent:iree_hal_metal_shared_event_handle(signal_semaphore_list.semaphores[i]) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
4 errors generated. | |
[398/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_command_buffer.m.o | |
FAILED: iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_command_buffer.m.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isystem /Users/y/w/iree-ios/iree -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core -isystem /Users/y/w/iree-ios/iree/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/base/internal/flatcc -isystem /Users/y/w/iree-ios/iree/third_party/flatcc/include -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/schemas -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -mios-simulator-version-min=11.0 -fPIC -fvisibility=hidden -Werror -Wall -Wno-ambiguous-member-template -Wno-char-subscripts -Wno-extern-c-compat -Wno-gnu-alignof-expression -Wno-gnu-variable-sized-type-not-at-end -Wno-ignored-optimization-argument -Wno-invalid-offsetof -Wno-invalid-source-encoding -Wno-mismatched-tags -Wno-pointer-sign -Wno-reserved-user-defined-literal -Wno-return-type-c-linkage -Wno-self-assign-overloaded -Wno-sign-compare -Wno-signed-unsigned-wchar -Wno-strict-overflow -Wno-trigraphs -Wno-unknown-pragmas -Wno-unknown-warning-option -Wno-unused-command-line-argument -Wno-unused-const-variable -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-private-field -Wno-user-defined-warnings -Wctad-maybe-unsupported -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Wimplicit-fallthrough -Winfinite-recursion -Wliteral-conversion -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety -Wthread-safety-beta -Wunused-comparison -Wvla -fno-lax-vector-conversions -fmacro-prefix-map=/Users/y/w/iree-ios/iree=iree -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/ -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/flatcc/reflection/ -std=gnu11 -MD -MT iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_command_buffer.m.o -MF iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_command_buffer.m.o.d -o iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_command_buffer.m.o -c /Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:41:3: error: 'MTLDispatchType' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
MTLDispatchType dispatch_type; | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h:226:29: note: 'MTLDispatchType' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSUInteger, MTLDispatchType){ | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:31:16: note: annotate 'iree_hal_metal_command_buffer_t' with an availability attribute to silence this warning | |
typedef struct iree_hal_metal_command_buffer_t { | |
^ | |
API_AVAILABLE(ios(12.0)) | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:115:11: error: 'computeCommandEncoderWithDispatchType:' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
computeCommandEncoderWithDispatchType:command_buffer->dispatch_type] retain]; // +1 | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h:384:2: note: 'computeCommandEncoderWithDispatchType:' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
- (nullable id<MTLComputeCommandEncoder>)computeCommandEncoderWithDispatchType:(MTLDispatchType) dispatchType API_AVAILABLE(macos(10.14), ios(12.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:115:11: note: enclose 'computeCommandEncoderWithDispatchType:' in an @available check to silence this warning | |
computeCommandEncoderWithDispatchType:command_buffer->dispatch_type] retain]; // +1 | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:171:15: error: 'MTLDispatchTypeConcurrent' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
? MTLDispatchTypeConcurrent | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h:226:29: note: 'MTLDispatchType' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSUInteger, MTLDispatchType){ | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:171:15: note: enclose 'MTLDispatchTypeConcurrent' in an @available check to silence this warning | |
? MTLDispatchTypeConcurrent | |
^~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:172:15: error: 'MTLDispatchTypeSerial' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
: MTLDispatchTypeSerial; | |
^~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandBuffer.h:226:29: note: 'MTLDispatchType' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSUInteger, MTLDispatchType){ | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:172:15: note: enclose 'MTLDispatchTypeSerial' in an @available check to silence this warning | |
: MTLDispatchTypeSerial; | |
^~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:262:14: error: 'memoryBarrierWithScope:' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
[encoder memoryBarrierWithScope:MTLBarrierScopeBuffers]; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputeCommandEncoder.h:273:1: note: 'memoryBarrierWithScope:' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
-(void)memoryBarrierWithScope:(MTLBarrierScope)scope API_AVAILABLE(macos(10.14), ios(12.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:262:14: note: enclose 'memoryBarrierWithScope:' in an @available check to silence this warning | |
[encoder memoryBarrierWithScope:MTLBarrierScopeBuffers]; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:262:37: error: 'MTLBarrierScopeBuffers' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
[encoder memoryBarrierWithScope:MTLBarrierScopeBuffers]; | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLCommandEncoder.h:27:32: note: 'MTLBarrierScope' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_OPTIONS(NSUInteger, MTLBarrierScope) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:262:37: note: enclose 'MTLBarrierScopeBuffers' in an @available check to silence this warning | |
[encoder memoryBarrierWithScope:MTLBarrierScopeBuffers]; | |
^~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:275:14: error: 'memoryBarrierWithResources:count:' is only available on iOS 12.0 or newer [-Werror,-Wunguarded-availability-new] | |
[encoder memoryBarrierWithResources:resources count:buffer_barrier_count]; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLComputeCommandEncoder.h:280:1: note: 'memoryBarrierWithResources:count:' has been marked as being introduced in iOS 12.0 here, but the deployment target is iOS 11.0.0 | |
- (void)memoryBarrierWithResources:(const id<MTLResource> __nonnull [__nonnull])resources count:(NSUInteger)count API_AVAILABLE(macos(10.14), ios(12.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_command_buffer.m:275:14: note: enclose 'memoryBarrierWithResources:count:' in an @available check to silence this warning | |
[encoder memoryBarrierWithResources:resources count:buffer_barrier_count]; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
7 errors generated. | |
[399/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_fence.m.o | |
[400/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_kernel_library.m.o | |
FAILED: iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_kernel_library.m.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isystem /Users/y/w/iree-ios/iree -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core -isystem /Users/y/w/iree-ios/iree/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/base/internal/flatcc -isystem /Users/y/w/iree-ios/iree/third_party/flatcc/include -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/schemas -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -mios-simulator-version-min=11.0 -fPIC -fvisibility=hidden -Werror -Wall -Wno-ambiguous-member-template -Wno-char-subscripts -Wno-extern-c-compat -Wno-gnu-alignof-expression -Wno-gnu-variable-sized-type-not-at-end -Wno-ignored-optimization-argument -Wno-invalid-offsetof -Wno-invalid-source-encoding -Wno-mismatched-tags -Wno-pointer-sign -Wno-reserved-user-defined-literal -Wno-return-type-c-linkage -Wno-self-assign-overloaded -Wno-sign-compare -Wno-signed-unsigned-wchar -Wno-strict-overflow -Wno-trigraphs -Wno-unknown-pragmas -Wno-unknown-warning-option -Wno-unused-command-line-argument -Wno-unused-const-variable -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-private-field -Wno-user-defined-warnings -Wctad-maybe-unsupported -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Wimplicit-fallthrough -Winfinite-recursion -Wliteral-conversion -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety -Wthread-safety-beta -Wunused-comparison -Wvla -fno-lax-vector-conversions -fmacro-prefix-map=/Users/y/w/iree-ios/iree=iree -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/ -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/flatcc/reflection/ -std=gnu11 -MD -MT iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_kernel_library.m.o -MF iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_kernel_library.m.o.d -o iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_kernel_library.m.o -c /Users/y/w/iree-ios/iree/experimental/metal/metal_kernel_library.m | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_kernel_library.m:224:39: error: 'MTLLanguageVersion3_0' is only available on iOS 16.0 or newer [-Werror,-Wunguarded-availability-new] | |
compile_options.languageVersion = MTLLanguageVersion3_0; | |
^~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLLibrary.h:192:5: note: 'MTLLanguageVersion3_0' has been marked as being introduced in iOS 16.0 here, but the deployment target is iOS 11.0.0 | |
MTLLanguageVersion3_0 API_AVAILABLE(macos(13.0), ios(16.0)) = | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_kernel_library.m:224:39: note: enclose 'MTLLanguageVersion3_0' in an @available check to silence this warning | |
compile_options.languageVersion = MTLLanguageVersion3_0; | |
^~~~~~~~~~~~~~~~~~~~~ | |
1 error generated. | |
[401/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_driver.m.o | |
FAILED: iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_driver.m.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isystem /Users/y/w/iree-ios/iree -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core -isystem /Users/y/w/iree-ios/iree/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/base/internal/flatcc -isystem /Users/y/w/iree-ios/iree/third_party/flatcc/include -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/schemas -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -mios-simulator-version-min=11.0 -fPIC -fvisibility=hidden -Werror -Wall -Wno-ambiguous-member-template -Wno-char-subscripts -Wno-extern-c-compat -Wno-gnu-alignof-expression -Wno-gnu-variable-sized-type-not-at-end -Wno-ignored-optimization-argument -Wno-invalid-offsetof -Wno-invalid-source-encoding -Wno-mismatched-tags -Wno-pointer-sign -Wno-reserved-user-defined-literal -Wno-return-type-c-linkage -Wno-self-assign-overloaded -Wno-sign-compare -Wno-signed-unsigned-wchar -Wno-strict-overflow -Wno-trigraphs -Wno-unknown-pragmas -Wno-unknown-warning-option -Wno-unused-command-line-argument -Wno-unused-const-variable -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-private-field -Wno-user-defined-warnings -Wctad-maybe-unsupported -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Wimplicit-fallthrough -Winfinite-recursion -Wliteral-conversion -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety -Wthread-safety-beta -Wunused-comparison -Wvla -fno-lax-vector-conversions -fmacro-prefix-map=/Users/y/w/iree-ios/iree=iree -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/ -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/flatcc/reflection/ -std=gnu11 -MD -MT iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_driver.m.o -MF iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_driver.m.o.d -o iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/metal_driver.m.o -c /Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:197:8: error: 'MTLGPUFamily' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
static MTLGPUFamily iree_hal_metal_apple_gpu_family_query(id<MTLDevice> device) { | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:197:21: note: annotate 'iree_hal_metal_apple_gpu_family_query' with an availability attribute to silence this warning | |
static MTLGPUFamily iree_hal_metal_apple_gpu_family_query(id<MTLDevice> device) { | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:199:15: error: 'supportsFamily:' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple8]) return MTLGPUFamilyApple8; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:722:1: note: 'supportsFamily:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
- (BOOL)supportsFamily:(MTLGPUFamily)gpuFamily API_AVAILABLE(macos(10.15), ios(13.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:199:15: note: enclose 'supportsFamily:' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple8]) return MTLGPUFamilyApple8; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:199:30: error: 'MTLGPUFamilyApple8' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple8]) return MTLGPUFamilyApple8; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:199:30: note: enclose 'MTLGPUFamilyApple8' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple8]) return MTLGPUFamilyApple8; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:199:58: error: 'MTLGPUFamilyApple8' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple8]) return MTLGPUFamilyApple8; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:199:58: note: enclose 'MTLGPUFamilyApple8' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple8]) return MTLGPUFamilyApple8; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:200:15: error: 'supportsFamily:' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple7]) return MTLGPUFamilyApple7; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:722:1: note: 'supportsFamily:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
- (BOOL)supportsFamily:(MTLGPUFamily)gpuFamily API_AVAILABLE(macos(10.15), ios(13.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:200:15: note: enclose 'supportsFamily:' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple7]) return MTLGPUFamilyApple7; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:200:30: error: 'MTLGPUFamilyApple7' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple7]) return MTLGPUFamilyApple7; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:200:30: note: enclose 'MTLGPUFamilyApple7' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple7]) return MTLGPUFamilyApple7; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:200:58: error: 'MTLGPUFamilyApple7' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple7]) return MTLGPUFamilyApple7; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:200:58: note: enclose 'MTLGPUFamilyApple7' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple7]) return MTLGPUFamilyApple7; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:201:15: error: 'supportsFamily:' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple6]) return MTLGPUFamilyApple6; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:722:1: note: 'supportsFamily:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
- (BOOL)supportsFamily:(MTLGPUFamily)gpuFamily API_AVAILABLE(macos(10.15), ios(13.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:201:15: note: enclose 'supportsFamily:' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple6]) return MTLGPUFamilyApple6; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:201:30: error: 'MTLGPUFamilyApple6' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple6]) return MTLGPUFamilyApple6; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:201:30: note: enclose 'MTLGPUFamilyApple6' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple6]) return MTLGPUFamilyApple6; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:201:58: error: 'MTLGPUFamilyApple6' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple6]) return MTLGPUFamilyApple6; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:201:58: note: enclose 'MTLGPUFamilyApple6' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple6]) return MTLGPUFamilyApple6; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:202:15: error: 'supportsFamily:' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple5]) return MTLGPUFamilyApple5; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:722:1: note: 'supportsFamily:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
- (BOOL)supportsFamily:(MTLGPUFamily)gpuFamily API_AVAILABLE(macos(10.15), ios(13.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:202:15: note: enclose 'supportsFamily:' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple5]) return MTLGPUFamilyApple5; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:202:30: error: 'MTLGPUFamilyApple5' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple5]) return MTLGPUFamilyApple5; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:202:30: note: enclose 'MTLGPUFamilyApple5' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple5]) return MTLGPUFamilyApple5; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:202:58: error: 'MTLGPUFamilyApple5' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple5]) return MTLGPUFamilyApple5; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:202:58: note: enclose 'MTLGPUFamilyApple5' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple5]) return MTLGPUFamilyApple5; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:203:15: error: 'supportsFamily:' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple4]) return MTLGPUFamilyApple4; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:722:1: note: 'supportsFamily:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
- (BOOL)supportsFamily:(MTLGPUFamily)gpuFamily API_AVAILABLE(macos(10.15), ios(13.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:203:15: note: enclose 'supportsFamily:' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple4]) return MTLGPUFamilyApple4; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:203:30: error: 'MTLGPUFamilyApple4' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple4]) return MTLGPUFamilyApple4; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:203:30: note: enclose 'MTLGPUFamilyApple4' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple4]) return MTLGPUFamilyApple4; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:203:58: error: 'MTLGPUFamilyApple4' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple4]) return MTLGPUFamilyApple4; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:203:58: note: enclose 'MTLGPUFamilyApple4' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple4]) return MTLGPUFamilyApple4; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:204:15: error: 'supportsFamily:' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple3]) return MTLGPUFamilyApple3; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:722:1: note: 'supportsFamily:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
- (BOOL)supportsFamily:(MTLGPUFamily)gpuFamily API_AVAILABLE(macos(10.15), ios(13.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:204:15: note: enclose 'supportsFamily:' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple3]) return MTLGPUFamilyApple3; | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:204:30: error: 'MTLGPUFamilyApple3' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple3]) return MTLGPUFamilyApple3; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:204:30: note: enclose 'MTLGPUFamilyApple3' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple3]) return MTLGPUFamilyApple3; | |
^~~~~~~~~~~~~~~~~~ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:204:58: error: 'MTLGPUFamilyApple3' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
if ([device supportsFamily:MTLGPUFamilyApple3]) return MTLGPUFamilyApple3; | |
^~~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:153:28: note: 'MTLGPUFamily' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
typedef NS_ENUM(NSInteger, MTLGPUFamily) | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/metal_driver.m:204:58: note: enclose 'MTLGPUFamilyApple3' in an @available check to silence this warning | |
if ([device supportsFamily:MTLGPUFamilyApple3]) return MTLGPUFamilyApple3; | |
^~~~~~~~~~~~~~~~~~ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
[402/429] Building C object iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_allocator.m.o | |
FAILED: iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_allocator.m.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isystem /Users/y/w/iree-ios/iree -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core -isystem /Users/y/w/iree-ios/iree/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/base/internal/flatcc -isystem /Users/y/w/iree-ios/iree/third_party/flatcc/include -isystem /Users/y/w/iree-ios/build/runtime/ios-sim-arm64/iree_core/runtime/src/iree/schemas -g -arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk -mios-simulator-version-min=11.0 -fPIC -fvisibility=hidden -Werror -Wall -Wno-ambiguous-member-template -Wno-char-subscripts -Wno-extern-c-compat -Wno-gnu-alignof-expression -Wno-gnu-variable-sized-type-not-at-end -Wno-ignored-optimization-argument -Wno-invalid-offsetof -Wno-invalid-source-encoding -Wno-mismatched-tags -Wno-pointer-sign -Wno-reserved-user-defined-literal -Wno-return-type-c-linkage -Wno-self-assign-overloaded -Wno-sign-compare -Wno-signed-unsigned-wchar -Wno-strict-overflow -Wno-trigraphs -Wno-unknown-pragmas -Wno-unknown-warning-option -Wno-unused-command-line-argument -Wno-unused-const-variable -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-private-field -Wno-user-defined-warnings -Wctad-maybe-unsupported -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wfor-loop-analysis -Wformat-security -Wgnu-redeclared-enum -Wimplicit-fallthrough -Winfinite-recursion -Wliteral-conversion -Wnon-virtual-dtor -Woverloaded-virtual -Wpointer-arith -Wself-assign -Wstring-conversion -Wtautological-overlap-compare -Wthread-safety -Wthread-safety-beta -Wunused-comparison -Wvla -fno-lax-vector-conversions -fmacro-prefix-map=/Users/y/w/iree-ios/iree=iree -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/ -I/Users/y/w/iree-ios/iree/third_party/flatcc/include/flatcc/reflection/ -std=gnu11 -MD -MT iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_allocator.m.o -MF iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_allocator.m.o.d -o iree_core/experimental/metal/CMakeFiles/iree_experimental_metal_metal.objects.dir/direct_allocator.m.o -c /Users/y/w/iree-ios/iree/experimental/metal/direct_allocator.m | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_allocator.m:206:47: error: 'hasUnifiedMemory' is only available on iOS 13.0 or newer [-Werror,-Wunguarded-availability-new] | |
bool is_unified_memory = [allocator->device hasUnifiedMemory]; | |
^~~~~~~~~~~~~~~~~ | |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLDevice.h:410:27: note: 'hasUnifiedMemory' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 11.0.0 | |
@property (readonly) BOOL hasUnifiedMemory API_AVAILABLE(macos(10.15), ios(13.0)); | |
^ | |
/Users/y/w/iree-ios/iree/experimental/metal/direct_allocator.m:206:47: note: enclose 'hasUnifiedMemory' in an @available check to silence this warning | |
bool is_unified_memory = [allocator->device hasUnifiedMemory]; | |
^~~~~~~~~~~~~~~~~ | |
1 error generated. | |
[403/429] Building C object iree_core/runtime/src/iree/task/CMakeFiles/iree_task_task.objects.dir/list.c.o | |
[404/429] Building C object iree_core/runtime/src/iree/task/CMakeFiles/iree_task_task.objects.dir/executor.c.o | |
[405/429] Building C object iree_core/runtime/src/iree/task/CMakeFiles/iree_task_task.objects.dir/poller.c.o | |
ninja: build stopped: subcommand failed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment