From 205bb9907cbe74b696a6ef77a090206c1626c1f3 Mon Sep 17 00:00:00 2001 From: surmeh01 Date: Tue, 11 Sep 2018 12:41:24 +0100 Subject: Release 18.08.01 --- DriverOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DriverOptions.cpp b/DriverOptions.cpp index 3d397e37..29c58b9d 100644 --- a/DriverOptions.cpp +++ b/DriverOptions.cpp @@ -82,7 +82,7 @@ DriverOptions::DriverOptions(int argc, char** argv) ("gpu-profiling,p", po::bool_switch(&m_EnableGpuProfiling), - "Turns GPU profiling on"); + "Turns GPU profiling on") ("fp16-enabled,f", po::bool_switch(&m_fp16Enabled), -- cgit v1.2.1