blob: ff1ce9d30aae5da848652d15d204e5b238c7d465 (
plain)
1
2
3
4
5
6
7
8
9
10
|
indent_columns = 3
indent_with_tabs = 0
indent_namespace = true
indent_namespace_single_indent = true
use_indent_continue_only_once = true
indent_cpp_lambda_only_once = true
sp_cpp_lambda_paren_brace = add
set EXECUTION_CONTEXT DEVICE_LAMBDA_CONTEXT
set EXECUTION_CONTEXT HOST_DEVICE_LAMBDA_CONTEXT
set EXECUTION_CONTEXT __host__ __device__
|