search for: metadatanod

Displaying 6 results from an estimated 6 matches for "metadatanod".

Did you mean: metadatanode
2020 Jun 13
2
target-features attribute prevents inlining?
...data header is then built with the main program, so the main program has access to the raw bitcode data. (4) At runtime, the main program generates 'testfn' using llvm::IRBuilder (something similar to Kaleidoscope tutorial does). The 'testfn' does not have any of those attributes or MetadataNodes of course. (5) The raw bitcode data and the 'testfn' are combined into a single module using LLVM's LinkinModule API, then fed into optimizer. What do you think is the proper fix for my use case? I can think of a few, but I don't think I have enough context to determine which is...
2020 Jun 13
2
target-features attribute prevents inlining?
...not understand what is the reasoning behind this, or how I should prevent this issue properly. Just for additional information, in my use case, the function '_Z2fnP10TestStructi' is automatically extracted from IR generated by clang++ with -O3, so the IR contains a bunch of attributes and MetadataNodes. The function 'testfn' is generated by my logic using llvm::IRBuilder at runtime, so the function does not contain any of those attributes and MetadataNodes initially. The functions generated by clang++ and my functions are then fed together into optimization passes, and I expect the opti...
2020 Jun 13
2
target-features attribute prevents inlining?
...with the main program, so the main > program has access to the raw bitcode data. > > (4) At runtime, the main program generates 'testfn' using > llvm::IRBuilder (something similar to Kaleidoscope tutorial does). The > 'testfn' does not have any of those attributes or MetadataNodes of course. > > (5) The raw bitcode data and the 'testfn' are combined into a single > module using LLVM's LinkinModule API, then fed into optimizer. > > > > What do you think is the proper fix for my use case? I can think of a > few, but I don't think I hav...
2009 Nov 01
4
convert list to Dataframe
...3 ..$ NodeID : num 0 ..$ MetaData:List of 2 .. ..$ create_date: POSIXlt[1:9], format: "2009-10-31 04:46:56" .. ..$ creator : Named chr "" .. .. ..- attr(*, "names")= chr "LOGNAME" ..$ Children: NULL ..- attr(*, "class")= chr "MetaDataNode" - attr(*, "DMetaData")='data.frame': 1 obs. of 1 variable: ..$ MetaID: num 0 - attr(*, "class")= chr [1:3] "VCorpus" "Corpus" "list" It contains tweets but in many languages. The "columns" are separated by semi-colon...
2011 Nov 17
3
merging corpora and metadata
...0 2 0 3 0 .... .... 111 0 > This is from the structure of corpus.1 ..$ MetaData:List of 2 .. ..$ create_date: POSIXlt[1:1], format: "2011-11-17 21:09:57" .. ..$ creator : chr "henk" ..$ Children: NULL ..- attr(*, "class")= chr "MetaDataNode" - attr(*, "DMetaData")='data.frame': 17 obs. of 6 variables: ..$ MetaID : num [1:17] 0 0 0 0 0 0 0 0 0 0 ... ..$ cid : int [1:17] 1 1 1 1 1 1 1 1 1 1 ... ..$ fid : int [1:17] 11 14 14 17 46 80 80 80 91 91 ... ..$ selfirst: num [1:17] 2169 9189 2109 8315 9...
2012 Jan 08
2
cannot find package in Packages>>Install Packages
...List of 2 >> .. ..$ create_date: POSIXlt[1:9], format: "2009-10-31 04:46:56" >> .. ..$ creator : Named chr "" >> .. .. ..- attr(*, "names")= chr "LOGNAME" >> ..$ Children: NULL >> ..- attr(*, "class")= chr "MetaDataNode" >> - attr(*, "DMetaData")='data.frame': 1 obs. of 1 variable: >> ..$ MetaID: num 0 >> - attr(*, "class")= chr [1:3] "VCorpus" "Corpus" "list" >> >> It contains tweets but in many languages. The "...