Displaying 20 results from an estimated 694 matches for "396".
Did you mean:
39
2004 Jan 22
3
MGCP w/8x8 DTA-310 and as5300 pstn gateway
...hat's up with my 8x8 gear? Anyone got it to work? I can
attach my "mgcp debug" output if someone likes. Here's a briefer bit
from "asterisk -vvvvc" when picking up the handset on the phone
connected to the dta-310:
*CLI> Jan 22 22:07:40 NOTICE[213006]: chan_mgcp.c:396 dump_queue:
Removing messa
ge from aaln/1@172.16.2.25-1 tansaction 1
-- Resetting interface aaln/1@172.16.2.25
-- Endpoint 'aaln/1@172.16.2.25-1' observed 'hd'
-- MGCP mgcp_new(MGCP/aaln/1@172.16.2.25-1) created in state: Down
Jan 22 22:07:40 NOTICE[213006]: chan_mgcp.c:...
2013 Mar 01
4
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...t; > // .globl examples_2E_mandelbrot_2F_square
> > .func (.reg .b64 func_retval0) examples_2E_mandelbrot_2F_square(
> > .reg .b64 examples_2E_mandelbrot_2F_square_param_0
> > )
> > {
> > .reg .pred %p<396>;
> > .reg .s16 %rc<396>;
> > .reg .s16 %rs<396>;
> > .reg .s32 %r<396>;
> > .reg .s64 %rl<396>;
> > .reg .f32 %f<396>;
> > .reg .f64...
2013 Mar 01
0
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...> > > // .globl examples_2E_mandelbrot_2F_square
> > > .func (.reg .b64 func_retval0) examples_2E_mandelbrot_2F_square(
> > > .reg .b64 examples_2E_mandelbrot_2F_square_param_0
> > > )
> > > {
> > > .reg .pred %p<396>;
> > > .reg .s16 %rc<396>;
> > > .reg .s16 %rs<396>;
> > > .reg .s32 %r<396>;
> > > .reg .s64 %rl<396>;
> > > .reg .f32 %f<396>;
> > > .reg .f64 %fl<396>;
> > >
> > > mov.f64 %fl0, examp...
2013 Mar 01
0
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...// .globl examples_2E_mandelbrot_2F_square
>> > .func (.reg .b64 func_retval0) examples_2E_mandelbrot_2F_square(
>> > .reg .b64 examples_2E_mandelbrot_2F_square_param_0
>> > )
>> > {
>> > .reg .pred %p<396>;
>> > .reg .s16 %rc<396>;
>> > .reg .s16 %rs<396>;
>> > .reg .s32 %r<396>;
>> > .reg .s64 %rl<396>;
>> > .reg .f32 %f<396>;
>> >...
2013 Mar 01
1
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...examples_2E_mandelbrot_2F_square
> >> > .func (.reg .b64 func_retval0) examples_2E_mandelbrot_2F_square(
> >> > .reg .b64 examples_2E_mandelbrot_2F_square_param_0
> >> > )
> >> > {
> >> > .reg .pred %p<396>;
> >> > .reg .s16 %rc<396>;
> >> > .reg .s16 %rs<396>;
> >> > .reg .s32 %r<396>;
> >> > .reg .s64 %rl<396>;
> >> > .reg .f32 %f<...
2013 Mar 01
2
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...) INT_PTX_SREG_NTID_X
(
)
;
.func (.reg .b32 func_retval0) INT_PTX_SREG_NTID_Y
(
)
;
// .globl examples_2E_mandelbrot_2F_square
.func (.reg .b64 func_retval0) examples_2E_mandelbrot_2F_square(
.reg .b64 examples_2E_mandelbrot_2F_square_param_0
)
{
.reg .pred %p<396>;
.reg .s16 %rc<396>;
.reg .s16 %rs<396>;
.reg .s32 %r<396>;
.reg .s64 %rl<396>;
.reg .f32 %f<396>;
.reg .f64 %fl<396>;
mov.f64 %fl0, examples_2E_mandelbrot_2F_square_param_0;
mul.f64 %fl...
2012 Jun 12
2
[LLVMdev] [NVPTX] For linkonce_odr NVPTX generates .weak, but even newest PTXAS can't handle it
...; llc -march=nvptx64 -mcpu=sm_20 test3.ll -o test3.ptx
> cat test3.ptx
//
// Generated by LLVM NVPTX Back-End
//
.version 3.0
.target sm_20, texmode_independent
.address_size 64
.weak _Z4testv
.func _Z4testv(
) // @_Z4testv
{
.reg .pred %p<396>;
.reg .s16 %rc<396>;
.reg .s16 %rs<396>;
.reg .s32 %r<396>;
.reg .s64 %rl<396>;
.reg .f32 %f<396>;
.reg .f64 %fl<396>;
// BB#0: // %entry
ret;
}
1) ptxas @ CUDA 4.2:
> ptxas -arch=sm_20 -m64 tes...
2012 Jul 10
2
[LLVMdev] [NVPTX] CUDA inline PTX asm definitions scoping "{" "}" is broken
....address_size 64
// .globl _Z5__anyi
.visible .global .align 4 .b8 __local_depot0[8];
.func (.reg .b32 func_retval0) _Z5__anyi(
.reg .b32 _Z5__anyi_param_0
) // @_Z5__anyi
{
.reg .b64 %SP;
.reg .b64 %SPL;
.reg .pred %p<396>;
.reg .s16 %rc<396>;
.reg .s16 %rs<396>;
.reg .s32 %r<396>;
.reg .s64 %rl<396>;
.reg .f32 %f<396>;
.reg .f64 %fl<396>;
// BB#0: // %entry
mov.u64 %SP, __local_depot0;
mov.b32 %r0, _Z5__any...
2013 Mar 01
0
[LLVMdev] NVPTX CUDA_ERROR_NO_BINARY_FOR_GPU
...(
>
> )
> ;
>
>聽 聽 聽 聽 聽 聽 聽 聽 // .globl聽 聽 聽 聽 聽 聽 examples_2E_mandelbrot_2F_square
> .func聽 (.reg .b64 func_retval0) examples_2E_mandelbrot_2F_square(
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .b64 examples_2E_mandelbrot_2F_square_param_0
> )
> {
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .pred %p<396>;
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .s16 %rc<396>;
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .s16 %rs<396>;
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .s32 %r<396>;
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .s64 %rl<396>;
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .f32 %f<396>;
>聽 聽 聽 聽 聽 聽 聽 聽 .reg .f64 %fl<396>;
>
>聽 聽...
2012 Feb 09
4
[Bug 396] sshd orphans processes when no pty allocated
https://bugzilla.mindrot.org/show_bug.cgi?id=396
Andrew McNabb <amcnabb at mcnabbs.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amcnabb at mcnabbs.org
--- Comment #16 from Andrew McNabb <...
2012 Jul 10
0
[LLVMdev] [NVPTX] CUDA inline PTX asm definitions scoping "{" "}" is broken
...i
> .visible .global .align 4 .b8 __local_depot0[8];
>
> .func (.reg .b32 func_retval0) _Z5__anyi(
> .reg .b32 _Z5__anyi_param_0
> ) // @_Z5__anyi
> {
> .reg .b64 %SP;
> .reg .b64 %SPL;
> .reg .pred %p<396>;
> .reg .s16 %rc<396>;
> .reg .s16 %rs<396>;
> .reg .s32 %r<396>;
> .reg .s64 %rl<396>;
> .reg .f32 %f<396>;
> .reg .f64 %fl<396>;
>
> // BB#0: // %entry
> mov.u64 %SP,...
2003 Jun 04
3
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From markus at openbsd.org 2003-06-05 00:09 -------
sending signals could be dangerous, depending on the permissions
of the sending process, e.g. a root-owned sshd sending to
a setuid process. but i'm not sure. we had similar code there before.
------- You...
2012 Jun 13
0
[LLVMdev] [NVPTX] For linkonce_odr NVPTX generates .weak, but even newest PTXAS can't handle it
...gt;
> //
> // Generated by LLVM NVPTX Back-End
> //
>
> .version 3.0
> .target sm_20, texmode_independent
> .address_size 64
>
>
> .weak _Z4testv
> .func _Z4testv(
>
> ) // @_Z4testv
> {
> .reg .pred %p<396>;
> .reg .s16 %rc<396>;
> .reg .s16 %rs<396>;
> .reg .s32 %r<396>;
> .reg .s64 %rl<396>;
> .reg .f32 %f<396>;
> .reg .f64 %fl<396>;
>
> // BB#0: // %entry
> ret;
> }
>...
2012 Jul 10
1
[LLVMdev] [NVPTX] CUDA inline PTX asm definitions scoping "{" "}" is broken
...yi
> .visible .global .align 4 .b8 __local_depot0[8];
>
> .func (.reg .b32 func_retval0) _Z5__anyi(
> .reg .b32 _Z5__anyi_param_0
> ) // @_Z5__anyi
> {
> .reg .b64 %SP;
> .reg .b64 %SPL;
> .reg .pred %p<396>;
> .reg .s16 %rc<396>;
> .reg .s16 %rs<396>;
> .reg .s32 %r<396>;
> .reg .s64 %rl<396>;
> .reg .f32 %f<396>;
> .reg .f64 %fl<396>;
>
> // BB#0: // %entry
> mov.u64 %SP,...
2012 Jul 11
2
[LLVMdev] [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params
..._size 64
// .globl __internal_dsmul
.func __internal_dsmul(
.param .b64 __internal_dsmul_param_0,
.param .align 0 .b8 __internal_dsmul_param_1[8],
.param .align 0 .b8 __internal_dsmul_param_2[8]
) // @__internal_dsmul
{
.reg .pred %p<396>;
.reg .s16 %rc<396>;
.reg .s16 %rs<396>;
.reg .s32 %r<396>;
.reg .s64 %rl<396>;
.reg .f32 %f<396>;
.reg .f64 %fl<396>;
// BB#0: // %entry
mov.b64 %rl0, __internal_dsmul_param_1;
cvta.local.u64...
2005 Feb 14
2
[Bug 396] sshd orphans processes when no pty allocated
http://bugzilla.mindrot.org/show_bug.cgi?id=396
------- Additional Comments From djm at mindrot.org 2005-02-14 11:55 -------
Is this not another manifestation of the infamous bug #52?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Nov 09
0
[LLVMdev] [NVPTX] llc -march=nvptx64 -mcpu=sm_20 generates invalid zero align for device function params
....address_size 64
// .globl __internal_dsmul
.visible .func __internal_dsmul(
.param .b64 __internal_dsmul_param_0,
.param .align 4 .b8 __internal_dsmul_param_1[8],
.param .align 4 .b8 __internal_dsmul_param_2[8]
) // @__internal_dsmul
{
.reg .pred %p<396>;
.reg .s16 %rc<396>;
.reg .s16 %rs<396>;
.reg .s32 %r<396>;
.reg .s64 %rl<396>;
.reg .f32 %f<396>;
.reg .f64 %fl<396>;
// BB#0: // %entry
mov.b64 %rl0, __internal_dsmul_param_1;
cvta.local.u64 %rl0, %rl0;
ld.f32 %f0,...
2013 Feb 28
0
Dynamic DNS updates not working
...ate)
Got a dns update request.
[2013/02/28 16:29:57, 1]
../source4/dns_server/dns_update.c:672(handle_updates)
update count is 3
[2013/02/28 16:29:57, 2]
../source4/dns_server/dns_update.c:395(handle_one_update)
Looking at record:
[2013/02/28 16:29:57, 2]
../source4/dns_server/dns_update.c:396(handle_one_update)
[2013/02/28 16:29:57, 1] ../librpc/ndr/ndr.c:245(ndr_print_debug)
discard_const(update): struct dns_res_rec
name : 'sto-print01.corp.lo'
rr_type : DNS_QTYPE_AAAA (0x1C)
rr_class : D...
2004 Jul 26
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
Hi,
I get this error:
------------------
ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
ToolRunner.cpp:396: error: (Each undeclared identifier is reported only once
for each function it appears in.)
------------------
And the config.log shows that configure has detected that ld on my platform
(Interix) doesn't suppor...
2005 Sep 13
0
CESA-2005:396 Important CentOS 4 ia64 xorg-x11 - security update
CentOS Errata and Security Advisory 2005:396
https://rhn.redhat.com/errata/RHSA-2005-396.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
files:
updates/ia64/RPMS/xorg-x11-6.8.2-1.EL.13.16.ia64.rpm
updates/ia64/RPMS/xorg-x11-Mesa-libGL-6.8.2-1.EL.13.16.ia64.rpm
updates/ia64/RPMS/xorg-x11-Mesa-li...