Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-19 Thread James Starkey
The problem with specialized processors is that they are a scarce resource that must be managed rather than shared. They're just dandy when a server has a single specialized load, but on a server with multiple clients, one guy gets the specialized processor and everyone one else waits. The best w

Re: [Firebird-devel] Firebird 3 snapshot not contain Employee.fdb and more..

2015-03-19 Thread Dmitry Yemanov
16.03.2015 10:58, liviuslivius wrote: > > snapshot of Firebird3 not conatain employee.fdb and also full script for it What exactly package did you check? As far as I see, both v2.5 and v3.0 snapshots miss employee.fdb in 64-bit builds but have it included in 32-bit builds. Weird. Dmitry

Re: [Firebird-devel] The Power of C++11 in CUDA 7

2015-03-19 Thread Leyne, Sean
Marius, > I wonder how we can use the power of cuda in the engine > > http://devblogs.nvidia.com/parallelforall/power-cpp11-cuda-7/#more-4999 I don't think we should focus on CUDA specifically but on parallel processing. There are a variety of technologies (OpenCL, OpenMP perhaps even OpenMPI

[Firebird-devel] [FB-Tracker] Created: (CORE-4715) error message "gbak: ERROR:DELETE operation is not allowed for system table RDB$FILES" appears when performing a restore without shadow (-k switch)

2015-03-19 Thread Imam Chalimi (JIRA)
error message "gbak: ERROR:DELETE operation is not allowed for system table RDB$FILES" appears when performing a restore without shadow (-k switch)

[Firebird-devel] The Power of C++11 in CUDA 7

2015-03-19 Thread marius adrian popa
I wonder how we can use the power of cuda in the engine http://devblogs.nvidia.com/parallelforall/power-cpp11-cuda-7/#more-4999 -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and

[Firebird-devel] CMake iOS build

2015-03-19 Thread Egor Pugin
Hi! With new CMake 3.2.1 it is possible to successfully build Firebird for iOS platform using CMake. Updated instructions for iOS build available at https://bitbucket.org/egor_pugin/firebird_cmake/wiki/Home The last issue you encounter during building is duplicate symbol error from clang. It is r