Dataset Viewer (First 5GB)
Auto-converted to Parquet Duplicate
diff
stringlengths
41
2.03M
msg
stringlengths
1
1.5k
repo
stringlengths
5
40
sha
stringlengths
40
40
time
stringlengths
20
20
mmm a / tensorflow / compiler / xla / service / cpu_transfer_manager . cc <nl> ppp b / tensorflow / compiler / xla / service / cpu_transfer_manager . cc <nl> Status CpuTransferManager : : TransferLiteralToInfeed ( se : : StreamExecutor * executor , <nl> ShapeUtil : : HumanString ( literal . shape ( ) ) . c_str ( ) ) ; ...
[ XLA ] Add transfer buffer to infeed .
tensorflow/tensorflow
b52debb4e63cce1e0733d6d34975d4efb9934680
2017-06-15T21:20:48Z
mmm a / scripts / filter_planning . sh <nl> ppp b / scripts / filter_planning . sh <nl> perception_topic = " topic = = ' / apollo / perception / obstacles ' \ <nl> perfect_control_topic = " $ perception_topic \ <nl> or $ routing_topic \ <nl> or topic = = ' / apollo / perception / obstacles ' \ <nl> + or topic = = ' / a...
script : add prediction topic into filter_planning . sh
ApolloAuto/apollo
e8cc84d98b81a8cc2158f36652cc67ce6aed4d38
2017-12-27T19:48:40Z
mmm a / include / LightGBM / bin . h <nl> ppp b / include / LightGBM / bin . h <nl> class BinMapper { <nl> / * ! <nl> * \ brief Get bin info <nl> * / <nl> - inline std : : string bin_info ( ) const { <nl> + inline std : : string bin_info_string ( ) const { <nl> if ( bin_type_ = = BinType : : CategoricalBin ) { <nl> ret...
added feature infos to JSON dump ( )
microsoft/LightGBM
c4a7ab81702d0119de55d74f9d848f62435f3a1d
2020-02-20T05:51:05Z
mmm a / tensorflow / tools / compatibility / ast_edits . py <nl> ppp b / tensorflow / tools / compatibility / ast_edits . py <nl> class APIChangeSpec ( object ) : <nl> * ` function_warnings ` : maps full names of functions to warnings that will be <nl> printed out if the function is used . ( e . g . tf . nn . convoluti...
Make converter handle tf . flags as a module deprecation warning
tensorflow/tensorflow
f291fa19e7d9a3e73c7895a073a6acbf2dd7e15d
2019-02-01T20:14:25Z
mmm a / modules / gdscript / gdscript_parser . cpp <nl> ppp b / modules / gdscript / gdscript_parser . cpp <nl> void GDScriptParser : : _parse_class ( ClassNode * p_class ) { <nl> member . line = tokenizer - > get_token_line ( ) ; <nl> member . usages = 0 ; <nl> member . rpc_mode = rpc_mode ; <nl> - # ifdef TOOLS_ENABL...
Merge pull request from bojidar - bg / 27575 - poolarrayexport - default
godotengine/godot
9986f3804caf32dc092ac7f094381745dc3ae8f8
2020-01-16T13:58:06Z
mmm a / torch / _torch_docs . py <nl> ppp b / torch / _torch_docs . py <nl> def merge_dicts ( * dicts ) : <nl> See : meth : ` ~ torch . svd ` for more details . <nl> <nl> Arguments : <nl> - input ( Tensor ) : The input 2D tensor of dimensions : math : ` m \ times n ` <nl> + input ( Tensor ) : The input tensor of size :...
Update pinverse doc for recent commit
pytorch/pytorch
1dcf1b8938fa0cf70373fb84a853c51517db46cc
2019-10-31T14:36:35Z
mmm a / Docker / Dockerfile <nl> ppp b / Docker / Dockerfile <nl> RUN git clone - b $ branch https : / / github . com / EOSIO / eos . git - - recursive \ <nl> & & cd eos & & echo " $ branch : $ ( git rev - parse HEAD ) " > / etc / eosio - version \ <nl> & & cmake - H . - B " / tmp / build " - GNinja - DCMAKE_BUILD_TYPE...
remove eosiocpp from eosio / eos
EOSIO/eos
d3c78bc1e6bb3d7f4c114a4008bdb459656d88cf
2018-05-17T16:52:19Z
mmm a / include / gmock / gmock - matchers . h <nl> ppp b / include / gmock / gmock - matchers . h <nl> class GTEST_API_ Matcher < internal : : string > <nl> Matcher ( const char * s ) ; / / NOLINT <nl> } ; <nl> <nl> + # if GTEST_HAS_STRING_PIECE_ <nl> + / / The following two specializations allow the user to write str...
Adds special support for matching StringPiece . Pulls in gtest r646 .
google/googletest
1f122a06e6aad4d234123d2d8c1e352029ce0742
2013-03-25T16:27:03Z
mmm a / tensorflow / compiler / jit / xla_device_context . cc <nl> ppp b / tensorflow / compiler / jit / xla_device_context . cc <nl> void XlaDeviceAllocator : : DeallocateRaw ( void * ptr ) { <nl> delete XlaTensor : : FromOpaquePointer ( ptr ) ; <nl> } <nl> <nl> - AllocatorStats XlaDeviceAllocator : : GetStats ( ) { <...
Automated rollback of commit 9ca8321d68b74ce4f30756366919c80282ca2b68
tensorflow/tensorflow
d10b88cd4a487624221d5960657bc15cf8a0e2d3
2019-02-24T22:58:49Z
mmm a / cocos / platform / android / jni / JniHelper . cpp <nl> ppp b / cocos / platform / android / jni / JniHelper . cpp <nl> THE SOFTWARE . <nl> <nl> # define LOG_TAG " JniHelper " <nl> # define LOGD ( . . . ) __android_log_print ( ANDROID_LOG_DEBUG , LOG_TAG , __VA_ARGS__ ) <nl> + # define LOGE ( . . . ) __android_...
android uni error clear & more readable log
cocos2d/cocos2d-x
cd892abc7781e1c46fabaf1c19528b1a4e3b647b
2014-05-20T10:52:21Z
new file mode 100644 <nl> index 0000000000 . . 066774d5bf <nl> mmm / dev / null <nl> ppp b / java / src / main / java / com / google / protobuf / nano / ExtendableMessageNano . java <nl> <nl> + / / Protocol Buffers - Google ' s data interchange format <nl> + / / Copyright 2013 Google Inc . All rights reserved . <nl> + ...
am ac8e2e15 : Merge " Minimize method count for nanoproto . "
protocolbuffers/protobuf
1bca0c0cb9d3c3fce8c67d77c65e9711a9f1a27a
2013-11-12T17:15:57Z
mmm a / dbms / src / Functions / FunctionsURL . cpp <nl> ppp b / dbms / src / Functions / FunctionsURL . cpp <nl> void DecodeURLComponentImpl : : vector ( const ColumnString : : Chars_t & data , const Co <nl> void DecodeURLComponentImpl : : constant ( const std : : string & str , <nl> std : : string & res_data ) <nl> {...
Fixed error ( tnx . artpaul ) [ # METR - 23793 ] .
ClickHouse/ClickHouse
989d542f6605b2aefe9c64a5fe7a1a799ee0ef4e
2016-12-15T20:33:35Z
mmm a / src / random . h <nl> ppp b / src / random . h <nl> <nl> # include < uint256 . h > <nl> <nl> # include < stdint . h > <nl> + # include < limits > <nl> <nl> / * Seed OpenSSL PRNG with additional entropy data * / <nl> void RandAddSeed ( ) ; <nl> class FastRandomContext { <nl> <nl> / * * Generate a random boolean ...
Merge : Make FastRandomContext support standard C + + 11 RNG interface
bitcoin/bitcoin
f686002a8eba820a40ac2f34a6e8f57b2b5cc54c
2018-03-22T16:21:46Z
mmm a / tools / sil - opt / SILOpt . cpp <nl> ppp b / tools / sil - opt / SILOpt . cpp <nl> SDKPath ( " sdk " , llvm : : cl : : desc ( " The path to the SDK for use with the clang " <nl> llvm : : cl : : init ( " " ) ) ; <nl> <nl> static llvm : : cl : : opt < std : : string > <nl> - Target ( " target " , llvm : : cl : :...
Merge remote - tracking branch ' origin / master ' into master - next
apple/swift
ca428a00ef5d5872e7bb59c65db050e782f18c3b
2018-01-06T02:29:43Z
mmm a / Marlin / Conditionals_LCD . h <nl> ppp b / Marlin / Conditionals_LCD . h <nl> <nl> # define LCD_STR_SPECIAL_MAX ' \ x09 ' <nl> / / Maximum here is 0x1f because 0x20 is ' ' ( space ) and the normal charsets begin . <nl> / / Better stay below 0x10 because DISPLAY_CHARSET_HD44780_WESTERN begins here . <nl> + <nl> ...
Show filament width sensor values in LCD constantly if SD card support is not enabled .
MarlinFirmware/Marlin
d38b1bc4b1d6fda3f758bd972bcd226dab4c9b65
2017-03-29T09:03:08Z
new file mode 100644 <nl> index 00000000000 . . 13f769c9ca5 <nl> mmm / dev / null <nl> ppp b / ports / 3fd / CONTROL <nl> <nl> + Source : 3fd <nl> + Version : 2 . 6 . 2 <nl> + Description : C + + Framework For Fast Development <nl> + Build - Depends : boost - lockfree ( windows ) , boost - regex ( windows ) , poco ( wi...
[ 3fd ] Initial port of 3FD project ( )
microsoft/vcpkg
4ebdbe7e88ad93423e9d0d75eb066ecf8ab5fcad
2018-07-03T13:39:13Z
mmm a / UnitTests / HttpInterface / rest - edge - spec . rb <nl> ppp b / UnitTests / HttpInterface / rest - edge - spec . rb <nl> <nl> <nl> context " known collection name : " do <nl> before do <nl> - @ cn = " UnitTestsCollectionEdge " <nl> - @ cid = ArangoDB . create_collection ( @ cn , true , 3 ) # type 3 = edge coll...
issue
arangodb/arangodb
ed395ab8ce3c2257ee47ae49c40809c298a1efe1
2012-08-28T11:06:04Z
new file mode 100644 <nl> index 00000000000 . . 811ee2ee7ec <nl> mmm / dev / null <nl> ppp b / src / rdb_protocol / err . hpp <nl> <nl> + # include < list > <nl> + # include < string > <nl> + <nl> + # include " utils . hpp " <nl> + <nl> + # include " rdb_protocol / ql2 . pb . h " <nl> + <nl> + # ifndef RDB_PROTOCOL_ERR...
1
rethinkdb/rethinkdb
d58834ea3cdf8140367486ea23e64d1b858b3cdc
2013-01-02T22:30:11Z
mmm a / xbmc / addons / GUIViewStateAddonBrowser . cpp <nl> ppp b / xbmc / addons / GUIViewStateAddonBrowser . cpp <nl> CGUIViewStateAddonBrowser : : CGUIViewStateAddonBrowser ( const CFileItemList & items ) <nl> } <nl> SetViewAsControl ( DEFAULT_VIEW_AUTO ) ; <nl> <nl> - SetSortOrder ( SortOrderAscending ) ; <nl> Load...
Merge pull request from tamland / fix_addons_sortorder
xbmc/xbmc
207db6afbb39934677f089ec116240ecb5f5b612
2016-07-02T17:03:44Z
mmm a / tensorflow / python / grappler / layout_optimizer_test . py <nl> ppp b / tensorflow / python / grappler / layout_optimizer_test . py <nl> <nl> from __future__ import division <nl> from __future__ import print_function <nl> <nl> + import numpy as np <nl> + <nl> from tensorflow . core . protobuf import config_pb2...
Add a checkpoint compatibility test for layout optimizer .
tensorflow/tensorflow
2c26c98f8d1f15d064c76548393137f058043dc1
2017-11-14T06:36:28Z
mmm a / Marlin / src / feature / fwretract . cpp <nl> ppp b / Marlin / src / feature / fwretract . cpp <nl> float FWRetract : : retract_length , / / M207 S - G10 Retract len <nl> FWRetract : : swap_retract_length , / / M207 W - G10 Swap Retract length <nl> FWRetract : : swap_retract_recover_length , / / M208 W - G11 Sw...
hop_amount = > current_hop
MarlinFirmware/Marlin
0c01099f17685cffc3777e1bf89363f39492022f
2018-09-09T02:20:37Z
mmm a / tensorflow / lite / python / BUILD <nl> ppp b / tensorflow / lite / python / BUILD <nl> py_test ( <nl> name = " lite_test " , <nl> srcs = [ " lite_test . py " ] , <nl> data = [ " @ tflite_mobilenet_ssd_quant_protobuf / / : tflite_graph . pb " ] , <nl> + shard_count = 4 , <nl> srcs_version = " PY2AND3 " , <nl> t...
Allow scalar shapes in the Python converter API
tensorflow/tensorflow
a7443e6ad57bd60693cf58a9dad3f462fdf5bc3d
2019-01-11T00:34:26Z
mmm a / examples / cpp_module / test . cpp <nl> ppp b / examples / cpp_module / test . cpp <nl> using namespace std ; <nl> <nl> extern " C " <nl> { <nl> - # include " swoole . h " <nl> + # include " swoole . h " <nl> # include " module . h " <nl> - int swModule_init ( swModule * ) ; <nl> + int swModule_init ( swModule ...
code format .
swoole/swoole-src
180c55d55d7e91d8d1d3728191455e0158551201
2016-07-13T08:13:20Z
mmm a / src / json . hpp <nl> ppp b / src / json . hpp <nl> struct has_mapped_type <nl> std : : is_integral < decltype ( detect ( std : : declval < T > ( ) ) ) > : : value ; <nl> } ; <nl> <nl> + template < template < typename , typename > class JSONSerializer , typename Json , <nl> + typename T > <nl> + struct has_from...
add basic test for custom serializer
nlohmann/json
178441cdfd12a8b7f4c49778259470bd40d4f32a
2017-01-21T15:14:21Z
mmm a / test / cpp / qps / smoke_test . cc <nl> ppp b / test / cpp / qps / smoke_test . cc <nl> <nl> <nl> # include < grpc / support / log . h > <nl> <nl> + # include < signal . h > <nl> + <nl> # include " test / cpp / qps / driver . h " <nl> # include " test / cpp / qps / report . h " <nl> <nl> static void RunQPS ( ) ...
Merge pull request from ctiller / sigign
grpc/grpc
6ea9e290e3b29b75359dc8b6cae92f9d96f25b66
2015-04-27T23:34:56Z
mmm a / . gitignore <nl> ppp b / . gitignore <nl> cppclient / watchmanclient . pc <nl> * . filters <nl> / . vs <nl> / external <nl> + / common <nl> + / eden <nl> new file mode 100644 <nl> index 000000000 . . a668bbac2 <nl> mmm / dev / null <nl> ppp b / CMake / ThriftCppLibrary . cmake <nl> <nl> + # NOTE : If you change...
watchman : pull in thrift in the oss build for eden support
facebook/watchman
631bdda241a136d975883de7d78aacce59dc0721
2019-02-05T05:38:10Z
mmm a / tensorflow / contrib / data / kernels / prefetching_kernels . cc <nl> ppp b / tensorflow / contrib / data / kernels / prefetching_kernels . cc <nl> class FunctionBufferingResource : public ResourceBase { <nl> source_device_ ( source_device ) , <nl> target_device_ ( target_device ) , <nl> func_args_ ( func_args ...
Allowing the FunctionBufferingResource to be passed in thread_pool_size = 0 in which case we wouldn ' t pass in a runner to the FLR : : Run call and rely on the underlying device threadpool instead .
tensorflow/tensorflow
dee1bc350ac0826822161f211f7fa8a1e1ae62f0
2018-03-19T22:11:07Z
mmm a / xbmc / cores / dvdplayer / DVDDemuxers / DVDDemuxFFmpeg . cpp <nl> ppp b / xbmc / cores / dvdplayer / DVDDemuxers / DVDDemuxFFmpeg . cpp <nl> bool CDVDDemuxFFmpeg : : SeekChapter ( int chapter , double * startpts ) <nl> <nl> AVChapter * ch = m_pFormatContext - > chapters [ chapter - 1 ] ; <nl> double dts = Conv...
changed : do a backward seek when jumping to chapters .
xbmc/xbmc
a456036c5e81f4cec27b83b93445678cf68b576b
2011-12-04T13:58:01Z
End of preview. Expand in Data Studio

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

This dataset is the CSV version of the original MCMD (Multi-programming-language Commit Message Dataset) provided by Tao et al. in their paper "On the Evaluation of Commit Message Generation Models: An Experimental Study". The original version of the dataset can be found in Zenodo.

Downloads last month
81