From 58bf0d41ae0f0c083210acf9e5be00f3e4c2dca3 Mon Sep 17 00:00:00 2001 From: Pranav Sivaraman <14294205+pranav-sivaraman@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:38:30 -0400 Subject: [PATCH] feat: update README to include openacc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index da71ae6a..136ccbde 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ This version of XSBench is written in SYCL, and can be used for CPU, GPU, FPGA, 5. **XSBench/hip** This version of XSBench is written in HIP for use with GPU architectures. This version is derived from CUDA using an automatic conversion tool with only a few small manual changes. +6. XSBench/openacc +This verison of XSBench is written in OpenACC for use with GPU architectures. This version is derived from the OpenMP 4.5 implementation. You will likely need to modify the Makefile to supply the appropriate compiler and compiler flags. + ## Compilation To compile XSBench with default settings, navigate to your selected source directory and use the following command: