)]}'
{"cyborg/accelerator/drivers/gpu/utils.py":[{"author":{"_account_id":17813,"name":"wangzhh","email":"wzh_1993@126.com","username":"wangzhh"},"change_message_id":"285484f97beb8e39e281c5ee8c4f519d4fef2e68","unresolved":false,"context_lines":[{"line_number":29,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":"GPU_FLAGS \u003d [\"VGA compatible controller\", \"3D controller\"]"},{"line_number":32,"context_line":"GPU_INFO_PATTERN \u003d re.compile(\"(?P\u003cdevices\u003e[0-9a-fA-F]{4}:[0-9a-fA-F]{2}:\""},{"line_number":33,"context_line":"                              \"[0-9a-fA-F]{2}\\.[0-9a-fA-F]) \""},{"line_number":34,"context_line":"                              \"(?P\u003ccontroller\u003e.*) [\\[].*]: (?P\u003cname\u003e.*) .*\""},{"line_number":35,"context_line":"                              \"[\\[](?P\u003cvendor_id\u003e[0-9a-fA-F]\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bfb3d3c7_6668e720","line":32,"updated":"2019-05-22 01:14:51.000000000","message":"LGTM，could u help to add keys for these string, such as slot, bus, etc.\nThx.","commit_id":"eca8fd71415ca1a0c76e1afe2fa3dd90206a8e8e"},{"author":{"_account_id":20722,"name":"Yikun Jiang","email":"yikunkero@gmail.com","username":"yikunkero"},"change_message_id":"e1571c000f586d2040fa11588f65fcf2842de6ff","unresolved":false,"context_lines":[{"line_number":29,"context_line":"LOG \u003d logging.getLogger(__name__)"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":"GPU_FLAGS \u003d [\"VGA compatible controller\", \"3D controller\"]"},{"line_number":32,"context_line":"GPU_INFO_PATTERN \u003d re.compile(\"(?P\u003cdevices\u003e[0-9a-fA-F]{4}:[0-9a-fA-F]{2}:\""},{"line_number":33,"context_line":"                              \"[0-9a-fA-F]{2}\\.[0-9a-fA-F]) \""},{"line_number":34,"context_line":"                              \"(?P\u003ccontroller\u003e.*) [\\[].*]: (?P\u003cname\u003e.*) .*\""},{"line_number":35,"context_line":"                              \"[\\[](?P\u003cvendor_id\u003e[0-9a-fA-F]\""}],"source_content_type":"text/x-python","patch_set":1,"id":"bfb3d3c7_01223501","line":32,"in_reply_to":"bfb3d3c7_6668e720","updated":"2019-05-22 02:59:31.000000000","message":"Not sure what is your mean?\nI just expand the devices match regex from\n(?P\u003cdevices\u003e[0-9]{4}:[0-9]{2}:[0-9]{2}\\.[0-9])\nto\n(?P\u003cdevices\u003e[0-9a-fA-F]{4}:[0-9a-fA-F]{2}:[0-9a-fA-F]{2}\\.[0-9a-fA-F]\n\nIt\u0027s included by \"devices\", I didn\u0027t change any keys and just change the value regex rules.\n\nThat means we could not only match \"0000:00:10.2\" and also could match \"0000:00:f1.1\"","commit_id":"eca8fd71415ca1a0c76e1afe2fa3dd90206a8e8e"}]}
