Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 23, 2019 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/2cdd416098c0e09cdfeacb8a2c4ecda1 to your computer and use it in GitHub Desktop.
Save ryantm/2cdd416098c0e09cdfeacb8a2c4ecda1 to your computer and use it in GitHub Desktop.
/nix/store/vrmyq141qqnw3pxh0hdgrvpdichzygga-intel-graphics-compiler-1.0.3041
├── bin
│   ├── GenX_IR
│   └── iga64
├── include
│   ├── iga
│   │   ├── iga_bxml_enums.hpp
│   │   ├── iga_bxml_ops.hpp
│   │   ├── igad.h
│   │   ├── igaEncoderWrapper.hpp
│   │   ├── iga.h
│   │   ├── iga.hpp
│   │   ├── iga_types_ext.hpp
│   │   ├── iga_types_swsb.hpp
│   │   ├── igax.hpp
│   │   ├── kv.h
│   │   └── kv.hpp
│   ├── igc
│   │   ├── cif
│   │   │   ├── cif
│   │   │   │   ├── builtins
│   │   │   │   │   ├── builtins_registry.cpp
│   │   │   │   │   ├── builtins_registry.h
│   │   │   │   │   └── memory
│   │   │   │   │   └── buffer
│   │   │   │   │   ├── buffer.h
│   │   │   │   │   └── impl
│   │   │   │   │   ├── buffer_impl.cpp
│   │   │   │   │   └── buffer_impl.h
│   │   │   │   ├── CMakeLists.txt
│   │   │   │   ├── common
│   │   │   │   │   ├── cif.h
│   │   │   │   │   ├── cif_main.h
│   │   │   │   │   ├── coder.h
│   │   │   │   │   ├── compatibility.h
│   │   │   │   │   ├── id.h
│   │   │   │   │   ├── library_api.h
│   │   │   │   │   └── library_handle.h
│   │   │   │   ├── export
│   │   │   │   │   ├── build
│   │   │   │   │   │   └── binary_version.h
│   │   │   │   │   ├── cif_impl.h
│   │   │   │   │   ├── cif_main.cpp
│   │   │   │   │   ├── cif_main_impl.h
│   │   │   │   │   ├── interface_creator.h
│   │   │   │   │   ├── library_api.h
│   │   │   │   │   ├── muiltiversion.h
│   │   │   │   │   ├── pimpl_base.h
│   │   │   │   │   ├── registry.cpp
│   │   │   │   │   └── registry.h
│   │   │   │   ├── helpers
│   │   │   │   │   ├── error.cpp
│   │   │   │   │   ├── error.h
│   │   │   │   │   └── memory.h
│   │   │   │   ├── import
│   │   │   │   │   ├── cif_main.cpp
│   │   │   │   │   ├── cif_main.h
│   │   │   │   │   └── library_api.h
│   │   │   │   ├── macros
│   │   │   │   │   ├── disable.h
│   │   │   │   │   └── enable.h
│   │   │   │   └── os
│   │   │   │   ├── lin
│   │   │   │   │   ├── lin_library_handle.cpp
│   │   │   │   │   └── lin_library_handle.h
│   │   │   │   └── win
│   │   │   │   ├── win_library_handle.cpp
│   │   │   │   └── win_library_handle.h
│   │   │   ├── CMakeLists.txt
│   │   │   └── readme.txt
│   │   ├── igc.opencl.h
│   │   ├── ocl_igc_interface
│   │   │   ├── code_type.h
│   │   │   ├── fcl_ocl_device_ctx.h
│   │   │   ├── fcl_ocl_translation_ctx.h
│   │   │   ├── gt_system_info.h
│   │   │   ├── igc_features_and_workarounds.h
│   │   │   ├── igc_ocl_device_ctx.h
│   │   │   ├── igc_ocl_translation_ctx.h
│   │   │   ├── impl
│   │   │   │   ├── fcl_ocl_device_ctx_impl.cpp
│   │   │   │   ├── fcl_ocl_device_ctx_impl.h
│   │   │   │   ├── fcl_ocl_translation_ctx_impl.cpp
│   │   │   │   ├── fcl_ocl_translation_ctx_impl.h
│   │   │   │   ├── gt_system_info_impl.cpp
│   │   │   │   ├── gt_system_info_impl.h
│   │   │   │   ├── igc_features_and_workarounds_impl.cpp
│   │   │   │   ├── igc_features_and_workarounds_impl.h
│   │   │   │   ├── igc_ocl_device_ctx_impl.cpp
│   │   │   │   ├── igc_ocl_device_ctx_impl.h
│   │   │   │   ├── igc_ocl_translation_ctx_impl.cpp
│   │   │   │   ├── igc_ocl_translation_ctx_impl.h
│   │   │   │   ├── ocl_gen_binary_impl.cpp
│   │   │   │   ├── ocl_gen_binary_impl.h
│   │   │   │   ├── ocl_translation_output_impl.cpp
│   │   │   │   ├── ocl_translation_output_impl.h
│   │   │   │   ├── platform_impl.cpp
│   │   │   │   └── platform_impl.h
│   │   │   ├── ocl_gen_binary.h
│   │   │   ├── ocl_translation_output.h
│   │   │   ├── platform.h
│   │   │   └── platform_helper.h
│   │   └── ocl_igc_shared
│   │   ├── device_enqueue
│   │   │   ├── device_enqueue_internal_types.h
│   │   │   └── DeviceEnqueueInternalTypes.h
│   │   ├── executable_format
│   │   │   ├── patch_g10.h
│   │   │   ├── patch_g75.h
│   │   │   ├── patch_g7.h
│   │   │   ├── patch_g8.h
│   │   │   ├── patch_g9.h
│   │   │   ├── patch_list.h
│   │   │   ├── patch_shared.h
│   │   │   └── program_debug_data.h
│   │   └── gtpin
│   │   ├── gtpin_driver_common_bti.h
│   │   ├── gtpin_driver_common.h
│   │   └── gtpin_ocl_interface.h
│   ├── opencl-c.h -> /nix/store/x0ddaabp7iq4h9ikz776zkij1dycczln-clang-8.0.1/lib/clang/8.0.1/include/opencl-c.h
│   └── visa
│   └── RelocationInfo.h
└── lib
├── libiga64.so -> libiga64.so.1
├── libiga64.so.1 -> libiga64.so.1.0.1
├── libiga64.so.1.0.1
├── libigc.so -> libigc.so.1
├── libigc.so.1 -> libigc.so.1.0.1
├── libigc.so.1.0.1
├── libigdfcl.so -> libigdfcl.so.1
├── libigdfcl.so.1 -> libigdfcl.so.1.0.1
├── libigdfcl.so.1.0.1
├── libopencl-clang.so -> /nix/store/qy2qkwsbnz5pmhb98lhrdr619kyfbb8l-opencl-clang-unstable-2019-08-16/lib/libopencl-clang.so
├── libopencl-clang.so.8 -> /nix/store/qy2qkwsbnz5pmhb98lhrdr619kyfbb8l-opencl-clang-unstable-2019-08-16/lib/libopencl-clang.so.8
└── pkgconfig
└── igc-opencl.pc
28 directories, 107 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment