mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Fixes #111776 Support check_regex in FileCheck() by adding `find_regex` in `struct TORCH_API StringCordView`. Callsite accepts RE syntax for std::regex. However, I haven't figured out submatch ID yet. For example, "buf5[0], buf6_inputs[0]" is still considered a match. Pull Request resolved: https://github.com/pytorch/pytorch/pull/112077 Approved by: https://github.com/yf225 |
||
|---|---|---|
| .. | ||
| catch_utils.hpp | ||
| file_check.cpp | ||
| file_check.h | ||
| hooks_for_testing.cpp | ||
| hooks_for_testing.h | ||