Skip to content

Conversation

JacekDanecki
Copy link
Contributor

  • add build on Ubuntu 18.04 with llvm 8
    • Neo is built with clang 8
    • IGC components are built using llvm/clang 8
    • gmmlib is downloaded from launchpad ppa
  • update IGC to 1.0.10-2314
  • limit number of make jobs to 1 to avoid problems with
    "virtual memory exhausted: Cannot allocate memory" and to workaround
    compilation issue:
    Scanning dependencies of target elf_packager
    [19%] Building CXX object IGC/ElfPackager/CMakeFiles/elf_packager.dir/main.cpp.o
    In file included from /root/build-igc/igc/IGC/ElfPackager/main.cpp:53:0:
    /root/build-igc/igc/IGC/ElfPackager/../GenISAIntrinsics/GenIntrinsics.h:44:10:
    fatal error: IntrinsicGenISA.gen: No such file or directory
    #include "IntrinsicGenISA.gen"
    ^~~~~~~~~~~~~~~~~~~~~
    compilation terminated.

Signed-off-by: Jacek Danecki jacek.danecki@intel.com

- add build on Ubuntu 18.04 with llvm 8
    - Neo is built with clang 8
    - IGC components are built using llvm/clang 8
    - gmmlib is downloaded from launchpad ppa
- update IGC to 1.0.10-2314
- limit number of make jobs to 1 to avoid problems with
  "virtual memory exhausted: Cannot allocate memory" and to workaround
   compilation issue:
Scanning dependencies of target elf_packager
Building CXX object IGC/ElfPackager/CMakeFiles/elf_packager.dir/main.cpp.o
In file included from /root/build-igc/igc/IGC/ElfPackager/main.cpp:53:0:
/root/build-igc/igc/IGC/ElfPackager/../GenISAIntrinsics/GenIntrinsics.h:44:10:
 fatal error: IntrinsicGenISA.gen: No such file or directory
 #include "IntrinsicGenISA.gen"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
VPG-SWE-Github pushed a commit that referenced this pull request Jul 22, 2019
- add build on Ubuntu 18.04 with llvm 8
    - Neo is built with clang 8
    - IGC components are built using llvm/clang 8
    - gmmlib is downloaded from launchpad ppa
- update IGC to 1.0.10-2314
- limit number of make jobs to 1 to avoid problems with
  "virtual memory exhausted: Cannot allocate memory" and to workaround
   compilation issue:
Scanning dependencies of target elf_packager
Building CXX object IGC/ElfPackager/CMakeFiles/elf_packager.dir/main.cpp.o
In file included from /root/build-igc/igc/IGC/ElfPackager/main.cpp:53:0:
/root/build-igc/igc/IGC/ElfPackager/../GenISAIntrinsics/GenIntrinsics.h:44:10:
 fatal error: IntrinsicGenISA.gen: No such file or directory
 #include "IntrinsicGenISA.gen"
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>

#190

Change-Id: I2fc6d297555c826d48eccdc8ba5f9d5e8fd46d7a
@JacekDanecki
Copy link
Contributor Author

Merged.

@JacekDanecki JacekDanecki deleted the igc branch July 25, 2019 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant