diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-04-02 17:06:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-02 17:06:16 -0400 |
| commit | 00e1dba744dc8d09bc59d0a46f18076e3704c566 (patch) | |
| tree | c22a1e0767af2bc46a351ba6b1bf9ee58d8b7791 /tests | |
| parent | 487d4a4f406c9dd9803ecdca02467d09ee1ecf4a (diff) | |
Optimize creation of memberDictionary (#1305)
* Improve performance of building members dictionary by adding when needed.
* Fix unbounded-array-of-array-syntax.slang, that DISABLE_TEST now uses up an index. Use IGNORE_TEST.
* Improve variable name.
Small improvements.
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/compute/unbounded-array-of-array-syntax.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compute/unbounded-array-of-array-syntax.slang b/tests/compute/unbounded-array-of-array-syntax.slang index 260c12b2f..21b05dc71 100644 --- a/tests/compute/unbounded-array-of-array-syntax.slang +++ b/tests/compute/unbounded-array-of-array-syntax.slang @@ -1,4 +1,4 @@ -//DISABLE_TEST:CPU_REFLECTION: -profile cs_5_0 -entry computeMain -target cpp +//IGNORE_TEST:CPU_REFLECTION: -profile cs_5_0 -entry computeMain -target cpp //TEST(compute):COMPARE_COMPUTE_EX:-cpu -compute //TEST:CROSS_COMPILE:-target dxbc-assembly -entry computeMain -profile cs_5_1 //TEST:CROSS_COMPILE:-target spirv-assembly -entry computeMain -profile cs_5_1 |
