search for: file_index

Displaying 10 results from an estimated 10 matches for "file_index".

2006 Apr 18
1
gettin erro with xapian binidngs 0.9.5
hi i had created an indexer n searcher in php in 0.9.4 and it was workin fine. now i installed 0.9.5 but i m getting following error *Fatal error*: No matching function for overloaded 'Document_add_posting' in */home/jana/public_html/final_file_search/file_indexer.php* on line *48 *this is the fragment of my code where i m gettin the error. -------------------------------------------------------------------------- $doc = new_Document(); Document_set_data($doc,$filep); $lines=file("op.txt"); //count is used to overcome an error in extract_from_f...
2016 Feb 18
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...ntroduces a second option next to shared, so what are we going to use plain MEMORY[x] for? I suggest using it for global memory but we need to be in agreement on this. -What about kernel input parameters, so far these have been using RES[32764] I must admit that I do not understand where the file_index of 32764 comes from (or where any of the file indexes come from for src/gallium/tests/trivial/compute.c ? I have the feeling that these are not used at all, and everything simply goes to a flat (virtual) memory space, with the params at address 0, correct ? This seems like a nvidia impleme...
2006 Jul 18
3
+ camping 1.4.138
Just up: gem install camping --source code.whytheluckystiff.net The changes: * Both bin/camping and Camping::FastCGI.serve now act according to the Camping Server specification.[1] * Docs are complete. _why [1] https://code.whytheluckystiff.net/camping/wiki/TheCampingServer
2012 Mar 28
2
getopt does not work as expected!
I have the following script (also attached): #!/usr/bin/Rscript spec=matrix(c( 'verbose', 'v', 1, "integer", 'help' , 'h', 0, "logical" ),ncol=4, byrow=TRUE) spec.dim=dim(spec) spec.opt.long=spec[,1] spec.opt.short=spec[,2] spec.opt.l <- spec.dim[1] infile <- "test.dat" args=commandArgs(TRUE); l=length(args) self =
2016 Feb 19
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...-private: accessible only to a single worker-item So how do these map to the TGSI: > 1 = SHARED > 2 = GLOBAL > 3 = LOCAL ? > >> >> -What about kernel input parameters, so far these have been using RES[32764] >> I must admit that I do not understand where the file_index of 32764 comes >> from (or where any of the file indexes come from for >> src/gallium/tests/trivial/compute.c ? >> I have the feeling that these are not used at all, and everything simply >> goes >> to a flat (virtual) memory space, with the params at address 0,...
2016 Feb 18
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...it, but since I had no idea where you were at, or if you were even still working on this, I figured it should be fixed up by the first person who needed it. > > -What about kernel input parameters, so far these have been using RES[32764] > I must admit that I do not understand where the file_index of 32764 comes > from (or where any of the file indexes come from for > src/gallium/tests/trivial/compute.c ? > I have the feeling that these are not used at all, and everything simply > goes > to a flat (virtual) memory space, with the params at address 0, correct ? It was never...
2016 Feb 19
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...ms (and doesn't need to be in a particular place in memory), then those should go into TGSI CONST somehow. >> >>> >>> -What about kernel input parameters, so far these have been using >>> RES[32764] >>> I must admit that I do not understand where the file_index of 32764 >>> comes >>> from (or where any of the file indexes come from for >>> src/gallium/tests/trivial/compute.c ? >>> I have the feeling that these are not used at all, and everything >>> simply >>> goes >>> to a flat (virtual...
2016 Feb 22
2
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...it. I think that TGSI CONST might indeed be usable for this, but it is probably easiest to treat it as GLOBAL for now. >>>> -What about kernel input parameters, so far these have been using >>>> RES[32764] >>>> I must admit that I do not understand where the file_index of 32764 >>>> comes >>>> from (or where any of the file indexes come from for >>>> src/gallium/tests/trivial/compute.c ? >>>> I have the feeling that these are not used at all, and everything >>>> simply >>>> goes >&gt...
2016 Feb 22
0
Dealing with opencl kernel parameters in nouveau now that RES support is gone
...ST might > indeed be usable for this, but it is probably easiest to treat > it as GLOBAL for now. > >>>>> -What about kernel input parameters, so far these have been using >>>>> RES[32764] >>>>> I must admit that I do not understand where the file_index of 32764 >>>>> comes >>>>> from (or where any of the file indexes come from for >>>>> src/gallium/tests/trivial/compute.c ? >>>>> I have the feeling that these are not used at all, and everything >>>>> simply >>&...
2006 Feb 21
6
+ camping/session
Camping now comes with a sessioning class, checked in tonight. To get sessions working for your application: 1. require ''camping/session'' 2. include Camping::Session in your application''s toplevel module. 3. In your application''s create method, add a call to Camping::Models::Schema.create_schema 4. Throughout your application, use the @state