You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
394 B
11 lines
394 B
4 years ago
|
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__
|