set(progVectorizeSrc ${VECTORIZE_PROPAGATION_SRC} main_vectorized.cpp) phoenix_compileAndRunExample(perf_grayscott_seq_vectorize_O1 "-O1 -ftree-vectorize -march=native -mtune=native -mavx2" "${CONFIG_GRAYSCOTT}" ${progVectorizeSrc}) phoenix_compileAndRunExample(perf_grayscott_seq_vectorize_O2 "-O2 -ftree-vectorize -march=native -mtune=native -mavx2" "${CONFIG_GRAYSCOTT}" ${progVectorizeSrc}) phoenix_compileAndRunExample(perf_grayscott_seq_vectorize_O3 "-O3 -ftree-vectorize -march=native -mtune=native -mavx2" "${CONFIG_GRAYSCOTT}" ${progVectorizeSrc}) phoenix_compileAndRunExample(perf_grayscott_seq_vectorize_Ofast "-Ofast -ftree-vectorize -march=native -mtune=native -mavx2" "${CONFIG_GRAYSCOTT}" ${progVectorizeSrc}) phoenix_plotPerf("grayscott_seqVectorize" perf_grayscott_seq_O3 perf_grayscott_seq_vectorize_O1 perf_grayscott_seq_vectorize_O2 perf_grayscott_seq_vectorize_O3 perf_grayscott_seq_vectorize_Ofast)