Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 8, 2020 12:37
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 r-ryantm/2ba6782d8f57e06444325a15e926ecda to your computer and use it in GitHub Desktop.
Save r-ryantm/2ba6782d8f57e06444325a15e926ecda to your computer and use it in GitHub Desktop.
/nix/store/wzr7b2clga8nsfg3j4cazgkgi7d1spsp-intel-graphics-compiler-1.0.3151
├── 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
│   │   │   └── 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/y0rvlzbd98r67zl0lxz2rb9300hi3y0m-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/lmqm9pd6p4gvm2ajmwbscj2j0h91clc1-opencl-clang-unstable-2019-08-16/lib/libopencl-clang.so
├── libopencl-clang.so.8 -> /nix/store/lmqm9pd6p4gvm2ajmwbscj2j0h91clc1-opencl-clang-unstable-2019-08-16/lib/libopencl-clang.so.8
└── pkgconfig
└── igc-opencl.pc
28 directories, 106 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment