Previous The compilation |
Parent Main Page |
Outline | Next What is the Hadamard product ? |
mkdir 1-HadamardProduct
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
project(HPC_ASTERICS) cmake_minimum_required(VERSION 3.0) file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Examples/Performances) include(runExample.cmake) include(pythonCheck.cmake) set(VECTOR_ALIGNEMENT 32) add_definitions(-DVECTOR_ALIGNEMENT=${VECTOR_ALIGNEMENT}) add_subdirectory(AstericsHPC) include_directories(${CMAKE_CURRENT_SOURCE_DIR}/AstericsHPC) add_subdirectory(1-HadamardProduct) |
Previous The compilation |
Parent Main Page |
Outline | Next What is the Hadamard product ? |