Previous Ensemble de fonctions CMake |
Parent Introduction |
Outline | Next Construire la bibliothèque d'initialisation aléatoire |
1 2 3 4 5 6 7 8 9 10 11 12 |
project(PERFORMANCE_WITH_NAN) cmake_minimum_required(VERSION 3.0) add_subdirectory(cmake) phoenix_base_project("PERFORMANCE_WITH_NAN" "1.0.0" "Set of tests to evaluate performance of kernels which compute nan, inf and other exotic numbers" "url of the project") pull_extra_module("MicroBenchmark" "https://gitlab.in2p3.fr/CTA-LAPP/MicroBenchmark.git") pull_extra_module("TensorAlloc" "https://gitlab.in2p3.fr/CTA-LAPP/TensorAlloc.git") pull_extra_module("IntrinsicsGenerator" "https://gitlab.in2p3.fr/CTA-LAPP/IntrinsicsGenerator.git") |
Previous Ensemble de fonctions CMake |
Parent Introduction |
Outline | Next Construire la bibliothèque d'initialisation aléatoire |