From ada835f1ee9347fb1d97f9992f01c00891741014 Mon Sep 17 00:00:00 2001 From: ogiroux Date: Wed, 30 Jan 2019 18:21:40 -0800 Subject: [PATCH] Corrected a path name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41c237b..1fdc201 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You may, however, enjoy creating your own demo application. ## What happens to work -Assuming you compile with `-I`: +Assuming you compile with `-I`: 1. Each header named `` conforms to the specification for the header `` from ISO C++, except that each occurrence of `std::` is prefixed with `simt::`. 2. Except for limitations specified below, each facility thus introduced in `simt::` works in both `__host__` and `__device__` functions, under `-std=c++11` and `-std=c++14`, on Windows and Linux with CUDA 9 or 10 on Volta, Xavier and Turing. (_Though, obviously, not all combinations are possible._)